Html Css Color HEX #C066F3 Heliotrope

📋 copy color: '#C066F3'

red 192 ◦ green 102 ◦ blue 243

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

Shades of Heliotrope #C066F3

Tints of Heliotrope #C066F3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.99%

 BLUE value IS 243 (95.31% from 255) = 45.25%

R = 35.75%
G = 18.99%
B = 45.25%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C066F3 (or 0xC066F3) is known color: Heliotrope. HEX triplet: C0, 66 and F3. RGB value is (192,102,243). Sum of RGB (Red+Green+Blue) = 192+102+243=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #C066F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066F3 is #3F990C. Grayscale: #909090. Windows color (decimal): -4167949 or 15951552. OLE color: 15951552.

HSL color Cylindrical-coordinate representation of color #C066F3: hue angle of 278.3º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C066F3 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 102 243 -
CMYK 0.21 0.58 0 0.05
HSL 278.3º 0.85% 0.68% -
HSV(B) 278.3º 0.58% 0.95% -
XYZ 42.67 27.18 87.79 -
YUV 144.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 192 102 243 0.21 0.58 0 0.05 278.3 0.85 0.68
Hex C0 66 F3 15 3A 0 5 116 55 44
Octal 300 146 363 25 72 0 5 426 125 104
Binary 11000000 1100110 11110011 10101 111010 0 101 100010110 1010101 1000100

Color Harmonies of #C066F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066F3

Black with #C066F3

Text Example


Text Example

White with #C066F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066F3; }

 p { color: rgb(192,102,243); }

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

background-color css

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

 a { background-color: rgb(192,102,243); }

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

border-color css

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

 span { border-color: rgb(192,102,243); }

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