Html Css Color HEX #C067FE Heliotrope

📋 copy color: '#C067FE'

red 192 ◦ green 103 ◦ blue 254

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

Shades of Heliotrope #C067FE

Tints of Heliotrope #C067FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 34.97%
G = 18.76%
B = 46.27%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C067FE (or 0xC067FE) is known color: Heliotrope. HEX triplet: C0, 67 and FE. RGB value is (192,103,254). Sum of RGB (Red+Green+Blue) = 192+103+254=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #C067FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067FE is #3F9801. Grayscale: #929292. Windows color (decimal): -4167682 or 16672704. OLE color: 16672704.

HSL color Cylindrical-coordinate representation of color #C067FE: hue angle of 275.36º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C067FE is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 103 254 -
CMYK 0.24 0.59 0 0.00
HSL 275.36º 0.99% 0.7% -
HSV(B) 275.36º 0.59% 1% -
XYZ 44.48 28.06 96.84 -
YUV 146.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 192 103 254 0.24 0.59 0 0.00 275.36 0.99 0.7
Hex C0 67 FE 18 3B 0 0 113 63 46
Octal 300 147 376 30 73 0 0 423 143 106
Binary 11000000 1100111 11111110 11000 111011 0 0 100010011 1100011 1000110

Color Harmonies of #C067FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067FE

Black with #C067FE

Text Example


Text Example

White with #C067FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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