Html Css Color HEX #CF71ED Heliotrope

📋 copy color: '#CF71ED'

red 207 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #CF71ED

Tints of Heliotrope #CF71ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.29%

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

R = 37.16%
G = 20.29%
B = 42.55%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF71ED (or 0xCF71ED) is known color: Heliotrope. HEX triplet: CF, 71 and ED. RGB value is (207,113,237). Sum of RGB (Red+Green+Blue) = 207+113+237=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71ED is #308E12. Grayscale: #9A9A9A. Windows color (decimal): -3182099 or 15561167. OLE color: 15561167.

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

Color convert

RGB 207 113 237 -
CMYK 0.13 0.52 0 0.07
HSL 285.48º 0.78% 0.69% -
HSV(B) 285.48º 0.52% 0.93% -
XYZ 46.92 31.19 83.67 -
YUV 155.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 207 113 237 0.13 0.52 0 0.07 285.48 0.78 0.69
Hex CF 71 ED D 34 0 7 11D 4E 45
Octal 317 161 355 15 64 0 7 435 116 105
Binary 11001111 1110001 11101101 1101 110100 0 111 100011101 1001110 1000101

Color Harmonies of #CF71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71ED

Black with #CF71ED

Text Example


Text Example

White with #CF71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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