Html Css Color HEX #CF5DED Heliotrope

📋 copy color: '#CF5DED'

red 207 ◦ green 93 ◦ blue 237

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

Shades of Heliotrope #CF5DED

Tints of Heliotrope #CF5DED

RGB

 RED value IS 207 (81.25% from 255) = 38.55%

 GREEN value IS 93 (36.72% from 255) = 17.32%

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

R = 38.55%
G = 17.32%
B = 44.13%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF5DED (or 0xCF5DED) is known color: Heliotrope. HEX triplet: CF, 5D and ED. RGB value is (207,93,237). Sum of RGB (Red+Green+Blue) = 207+93+237=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DED is #30A212. Grayscale: #8F8F8F. Windows color (decimal): -3187219 or 15556047. OLE color: 15556047.

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

Color convert

RGB 207 93 237 -
CMYK 0.13 0.61 0 0.07
HSL 287.5º 0.8% 0.65% -
HSV(B) 287.5º 0.61% 0.93% -
XYZ 44.93 27.21 83 -
YUV 143.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 207 93 237 0.13 0.61 0 0.07 287.5 0.8 0.65
Hex CF 5D ED D 3D 0 7 120 50 41
Octal 317 135 355 15 75 0 7 440 120 101
Binary 11001111 1011101 11101101 1101 111101 0 111 100100000 1010000 1000001

Color Harmonies of #CF5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DED

Black with #CF5DED

Text Example


Text Example

White with #CF5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DED; }

 p { color: rgb(207,93,237); }

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

background-color css

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

 a { background-color: rgb(207,93,237); }

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

border-color css

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

 span { border-color: rgb(207,93,237); }

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