Html Css Color HEX #C06CFD Heliotrope

📋 copy color: '#C06CFD'

red 192 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #C06CFD

Tints of Heliotrope #C06CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.53%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 34.72%
G = 19.53%
B = 45.75%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C06CFD (or 0xC06CFD) is known color: Heliotrope. HEX triplet: C0, 6C and FD. RGB value is (192,108,253). Sum of RGB (Red+Green+Blue) = 192+108+253=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #C06CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CFD is #3F9302. Grayscale: #959595. Windows color (decimal): -4166403 or 16608448. OLE color: 16608448.

HSL color Cylindrical-coordinate representation of color #C06CFD: hue angle of 274.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06CFD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 108 253 -
CMYK 0.24 0.57 0 0.01
HSL 274.76º 0.97% 0.71% -
HSV(B) 274.76º 0.57% 0.99% -
XYZ 44.83 29.02 96.17 -
YUV 149.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 192 108 253 0.24 0.57 0 0.01 274.76 0.97 0.71
Hex C0 6C FD 18 39 0 1 113 61 47
Octal 300 154 375 30 71 0 1 423 141 107
Binary 11000000 1101100 11111101 11000 111001 0 1 100010011 1100001 1000111

Color Harmonies of #C06CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CFD

Black with #C06CFD

Text Example


Text Example

White with #C06CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CFD; }

 p { color: rgb(192,108,253); }

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

background-color css

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

 a { background-color: rgb(192,108,253); }

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

border-color css

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

 span { border-color: rgb(192,108,253); }

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