Html Css Color HEX #CD6CEC Heliotrope

📋 copy color: '#CD6CEC'

red 205 ◦ green 108 ◦ blue 236

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

Shades of Heliotrope #CD6CEC

Tints of Heliotrope #CD6CEC

RGB

 RED value IS 205 (80.47% from 255) = 37.34%

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 37.34%
G = 19.67%
B = 42.99%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD6CEC (or 0xCD6CEC) is known color: Heliotrope. HEX triplet: CD, 6C and EC. RGB value is (205,108,236). Sum of RGB (Red+Green+Blue) = 205+108+236=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6CEC is #329313. Grayscale: #979797. Windows color (decimal): -3314452 or 15494349. OLE color: 15494349.

HSL color Cylindrical-coordinate representation of color #CD6CEC: hue angle of 285.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD6CEC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 108 236 -
CMYK 0.13 0.54 0 0.07
HSL 285.47º 0.77% 0.67% -
HSV(B) 285.47º 0.54% 0.93% -
XYZ 45.68 29.76 82.69 -
YUV 151.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 205 108 236 0.13 0.54 0 0.07 285.47 0.77 0.67
Hex CD 6C EC D 36 0 7 11D 4D 43
Octal 315 154 354 15 66 0 7 435 115 103
Binary 11001101 1101100 11101100 1101 110110 0 111 100011101 1001101 1000011

Color Harmonies of #CD6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CEC

Black with #CD6CEC

Text Example


Text Example

White with #CD6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CEC; }

 p { color: rgb(205,108,236); }

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

background-color css

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

 a { background-color: rgb(205,108,236); }

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

border-color css

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

 span { border-color: rgb(205,108,236); }

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