Html Css Color HEX #CD85ED Heliotrope

📋 copy color: '#CD85ED'

red 205 ◦ green 133 ◦ blue 237

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

Shades of Heliotrope #CD85ED

Tints of Heliotrope #CD85ED

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.13%

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

R = 35.65%
G = 23.13%
B = 41.22%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD85ED (or 0xCD85ED) is known color: Heliotrope. HEX triplet: CD, 85 and ED. RGB value is (205,133,237). Sum of RGB (Red+Green+Blue) = 205+133+237=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD85ED is #327A12. Grayscale: #A6A6A6. Windows color (decimal): -3308051 or 15566285. OLE color: 15566285.

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

Color convert

RGB 205 133 237 -
CMYK 0.14 0.44 0 0.07
HSL 281.54º 0.74% 0.73% -
HSV(B) 281.54º 0.44% 0.93% -
XYZ 48.85 35.87 84.47 -
YUV 166.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 205 133 237 0.14 0.44 0 0.07 281.54 0.74 0.73
Hex CD 85 ED E 2C 0 7 11A 4A 49
Octal 315 205 355 16 54 0 7 432 112 111
Binary 11001101 10000101 11101101 1110 101100 0 111 100011010 1001010 1001001

Color Harmonies of #CD85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85ED

Black with #CD85ED

Text Example


Text Example

White with #CD85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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