Html Css Color HEX #C07DFD Heliotrope

📋 copy color: '#C07DFD'

red 192 ◦ green 125 ◦ blue 253

#C07DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C07DFD

Tints of Heliotrope #C07DFD

RGB

 RED value IS 192 (75.39% from 255) = 33.68%

 GREEN value IS 125 (49.22% from 255) = 21.93%

 BLUE value IS 253 (99.22% from 255) = 44.39%

R = 33.68%
G = 21.93%
B = 44.39%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C07DFD (or 0xC07DFD) is known color: Heliotrope. HEX triplet: C0, 7D and FD. RGB value is (192,125,253). Sum of RGB (Red+Green+Blue) = 192+125+253=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #C07DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DFD is #3F8202. Grayscale: #9F9F9F. Windows color (decimal): -4162051 or 16612800. OLE color: 16612800.

HSL color Cylindrical-coordinate representation of color #C07DFD: hue angle of 271.41º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07DFD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 125 253 -
CMYK 0.24 0.51 0 0.01
HSL 271.41º 0.97% 0.74% -
HSV(B) 271.41º 0.51% 0.99% -
XYZ 46.8 32.97 96.82 -
YUV 159.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 192 125 253 0.24 0.51 0 0.01 271.41 0.97 0.74
Hex C0 7D FD 18 33 0 1 10F 61 4A
Octal 300 175 375 30 63 0 1 417 141 112
Binary 11000000 1111101 11111101 11000 110011 0 1 100001111 1100001 1001010

Color Harmonies of #C07DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DFD

Black with #C07DFD

Text Example


Text Example

White with #C07DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DFD; }

 p { color: rgb(192,125,253); }

 H1.HeaderClassName
 {
   color: #C07DFD;
 }
 .AnyTagClassName
 {
   color: #C07DFD;
 }
</style>

background-color css

<style>
 a { background-color: #C07DFD; }

 a { background-color: rgb(192,125,253); }

 div.DivClassName
 {
   background-color: #C07DFD;
 }
 .BgClassName
 {
   background-color: #C07DFD;
 }
</style>

border-color css

<style>
 span { border-color: #C07DFD; }

 span { border-color: rgb(192,125,253); }

 td.TdClassName
 {
   border-color: #C07DFD;
 }
 .TagClassName
 {
   border-color: #C07DFD;
 }
</style>