Html Css Color HEX #C06FFD Heliotrope

📋 copy color: '#C06FFD'

red 192 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #C06FFD

Tints of Heliotrope #C06FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.96%

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

R = 34.53%
G = 19.96%
B = 45.5%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C06FFD (or 0xC06FFD) is known color: Heliotrope. HEX triplet: C0, 6F and FD. RGB value is (192,111,253). Sum of RGB (Red+Green+Blue) = 192+111+253=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C06FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FFD is #3F9002. Grayscale: #969696. Windows color (decimal): -4165635 or 16609216. OLE color: 16609216.

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

Color convert

RGB 192 111 253 -
CMYK 0.24 0.56 0 0.01
HSL 274.23º 0.97% 0.71% -
HSV(B) 274.23º 0.56% 0.99% -
XYZ 45.15 29.67 96.28 -
YUV 151.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 192 111 253 0.24 0.56 0 0.01 274.23 0.97 0.71
Hex C0 6F FD 18 38 0 1 112 61 47
Octal 300 157 375 30 70 0 1 422 141 107
Binary 11000000 1101111 11111101 11000 111000 0 1 100010010 1100001 1000111

Color Harmonies of #C06FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FFD

Black with #C06FFD

Text Example


Text Example

White with #C06FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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