Html Css Color HEX #C067FA Heliotrope

📋 copy color: '#C067FA'

red 192 ◦ green 103 ◦ blue 250

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

Shades of Heliotrope #C067FA

Tints of Heliotrope #C067FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.9%

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

R = 35.23%
G = 18.9%
B = 45.87%

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

#C067FA (or 0xC067FA) is known color: Heliotrope. HEX triplet: C0, 67 and FA. RGB value is (192,103,250). Sum of RGB (Red+Green+Blue) = 192+103+250=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C067FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067FA is #3F9805. Grayscale: #919191. Windows color (decimal): -4167686 or 16410560. OLE color: 16410560.

HSL color Cylindrical-coordinate representation of color #C067FA: hue angle of 276.33º 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 #C067FA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 103 250 -
CMYK 0.23 0.59 0 0.02
HSL 276.33º 0.94% 0.69% -
HSV(B) 276.33º 0.59% 0.98% -
XYZ 43.84 27.81 93.5 -
YUV 146.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 192 103 250 0.23 0.59 0 0.02 276.33 0.94 0.69
Hex C0 67 FA 17 3B 0 2 114 5E 45
Octal 300 147 372 27 73 0 2 424 136 105
Binary 11000000 1100111 11111010 10111 111011 0 10 100010100 1011110 1000101

Color Harmonies of #C067FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067FA

Black with #C067FA

Text Example


Text Example

White with #C067FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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