Html Css Color HEX #CF70ED Heliotrope

📋 copy color: '#CF70ED'

red 207 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #CF70ED

Tints of Heliotrope #CF70ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.14%

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

R = 37.23%
G = 20.14%
B = 42.63%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF70ED (or 0xCF70ED) is known color: Heliotrope. HEX triplet: CF, 70 and ED. RGB value is (207,112,237). Sum of RGB (Red+Green+Blue) = 207+112+237=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70ED is #308F12. Grayscale: #9A9A9A. Windows color (decimal): -3182355 or 15560911. OLE color: 15560911.

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

Color convert

RGB 207 112 237 -
CMYK 0.13 0.53 0 0.07
HSL 285.6º 0.78% 0.68% -
HSV(B) 285.6º 0.53% 0.93% -
XYZ 46.81 30.97 83.63 -
YUV 154.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 207 112 237 0.13 0.53 0 0.07 285.6 0.78 0.68
Hex CF 70 ED D 35 0 7 11E 4E 44
Octal 317 160 355 15 65 0 7 436 116 104
Binary 11001111 1110000 11101101 1101 110101 0 111 100011110 1001110 1000100

Color Harmonies of #CF70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70ED

Black with #CF70ED

Text Example


Text Example

White with #CF70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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