Html Css Color HEX #C067F2 Heliotrope

📋 copy color: '#C067F2'

red 192 ◦ green 103 ◦ blue 242

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

Shades of Heliotrope #C067F2

Tints of Heliotrope #C067F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 35.75%
G = 19.18%
B = 45.07%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C067F2 (or 0xC067F2) is known color: Heliotrope. HEX triplet: C0, 67 and F2. RGB value is (192,103,242). Sum of RGB (Red+Green+Blue) = 192+103+242=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #C067F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067F2 is #3F980D. Grayscale: #909090. Windows color (decimal): -4167694 or 15886272. OLE color: 15886272.

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

Color convert

RGB 192 103 242 -
CMYK 0.21 0.57 0 0.05
HSL 278.42º 0.84% 0.68% -
HSV(B) 278.42º 0.57% 0.95% -
XYZ 42.62 27.32 87.03 -
YUV 145.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 192 103 242 0.21 0.57 0 0.05 278.42 0.84 0.68
Hex C0 67 F2 15 39 0 5 116 54 44
Octal 300 147 362 25 71 0 5 426 124 104
Binary 11000000 1100111 11110010 10101 111001 0 101 100010110 1010100 1000100

Color Harmonies of #C067F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067F2

Black with #C067F2

Text Example


Text Example

White with #C067F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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