Html Css Color HEX #C06DFD Heliotrope

📋 copy color: '#C06DFD'

red 192 ◦ green 109 ◦ blue 253

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

Shades of Heliotrope #C06DFD

Tints of Heliotrope #C06DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

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

R = 34.66%
G = 19.68%
B = 45.67%

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

#C06DFD (or 0xC06DFD) is known color: Heliotrope. HEX triplet: C0, 6D and FD. RGB value is (192,109,253). Sum of RGB (Red+Green+Blue) = 192+109+253=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #C06DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DFD is #3F9202. Grayscale: #959595. Windows color (decimal): -4166147 or 16608704. OLE color: 16608704.

HSL color Cylindrical-coordinate representation of color #C06DFD: hue angle of 274.58º 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 #C06DFD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 109 253 -
CMYK 0.24 0.57 0 0.01
HSL 274.58º 0.97% 0.71% -
HSV(B) 274.58º 0.57% 0.99% -
XYZ 44.94 29.24 96.2 -
YUV 150.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 192 109 253 0.24 0.57 0 0.01 274.58 0.97 0.71
Hex C0 6D FD 18 39 0 1 113 61 47
Octal 300 155 375 30 71 0 1 423 141 107
Binary 11000000 1101101 11111101 11000 111001 0 1 100010011 1100001 1000111

Color Harmonies of #C06DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DFD

Black with #C06DFD

Text Example


Text Example

White with #C06DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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