Html Css Color HEX #CF71EC Heliotrope

📋 copy color: '#CF71EC'

red 207 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #CF71EC

Tints of Heliotrope #CF71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 37.23%
G = 20.32%
B = 42.45%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF71EC (or 0xCF71EC) is known color: Heliotrope. HEX triplet: CF, 71 and EC. RGB value is (207,113,236). Sum of RGB (Red+Green+Blue) = 207+113+236=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71EC is #308E13. Grayscale: #9A9A9A. Windows color (decimal): -3182100 or 15495631. OLE color: 15495631.

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

Color convert

RGB 207 113 236 -
CMYK 0.12 0.52 0 0.07
HSL 285.85º 0.76% 0.68% -
HSV(B) 285.85º 0.52% 0.93% -
XYZ 46.78 31.13 82.9 -
YUV 155.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 207 113 236 0.12 0.52 0 0.07 285.85 0.76 0.68
Hex CF 71 EC C 34 0 7 11E 4C 44
Octal 317 161 354 14 64 0 7 436 114 104
Binary 11001111 1110001 11101100 1100 110100 0 111 100011110 1001100 1000100

Color Harmonies of #CF71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71EC

Black with #CF71EC

Text Example


Text Example

White with #CF71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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