Html Css Color HEX #CD64ED Heliotrope

📋 copy color: '#CD64ED'

red 205 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #CD64ED

Tints of Heliotrope #CD64ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.45%

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 37.82%
G = 18.45%
B = 43.73%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD64ED (or 0xCD64ED) is known color: Heliotrope. HEX triplet: CD, 64 and ED. RGB value is (205,100,237). Sum of RGB (Red+Green+Blue) = 205+100+237=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64ED is #329B12. Grayscale: #929292. Windows color (decimal): -3316499 or 15557837. OLE color: 15557837.

HSL color Cylindrical-coordinate representation of color #CD64ED: hue angle of 285.99º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD64ED is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 100 237 -
CMYK 0.14 0.58 0 0.07
HSL 285.99º 0.79% 0.66% -
HSV(B) 285.99º 0.58% 0.93% -
XYZ 45.02 28.21 83.19 -
YUV 147.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 205 100 237 0.14 0.58 0 0.07 285.99 0.79 0.66
Hex CD 64 ED E 3A 0 7 11E 4F 42
Octal 315 144 355 16 72 0 7 436 117 102
Binary 11001101 1100100 11101101 1110 111010 0 111 100011110 1001111 1000010

Color Harmonies of #CD64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64ED

Black with #CD64ED

Text Example


Text Example

White with #CD64ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64ED; }

 p { color: rgb(205,100,237); }

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

background-color css

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

 a { background-color: rgb(205,100,237); }

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

border-color css

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

 span { border-color: rgb(205,100,237); }

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