Html Css Color HEX #C066FA Heliotrope

📋 copy color: '#C066FA'

red 192 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #C066FA

Tints of Heliotrope #C066FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 35.29%
G = 18.75%
B = 45.96%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C066FA (or 0xC066FA) is known color: Heliotrope. HEX triplet: C0, 66 and FA. RGB value is (192,102,250). Sum of RGB (Red+Green+Blue) = 192+102+250=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #C066FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066FA is #3F9905. Grayscale: #919191. Windows color (decimal): -4167942 or 16410304. OLE color: 16410304.

HSL color Cylindrical-coordinate representation of color #C066FA: hue angle of 276.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C066FA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 102 250 -
CMYK 0.23 0.59 0 0.02
HSL 276.49º 0.94% 0.69% -
HSV(B) 276.49º 0.59% 0.98% -
XYZ 43.74 27.61 93.47 -
YUV 145.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 192 102 250 0.23 0.59 0 0.02 276.49 0.94 0.69
Hex C0 66 FA 17 3B 0 2 114 5E 45
Octal 300 146 372 27 73 0 2 424 136 105
Binary 11000000 1100110 11111010 10111 111011 0 10 100010100 1011110 1000101

Color Harmonies of #C066FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066FA

Black with #C066FA

Text Example


Text Example

White with #C066FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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