Html Css Color HEX #CF71E9 Heliotrope

📋 copy color: '#CF71E9'

red 207 ◦ green 113 ◦ blue 233

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

Shades of Heliotrope #CF71E9

Tints of Heliotrope #CF71E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 37.43%
G = 20.43%
B = 42.13%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF71E9 (or 0xCF71E9) is known color: Heliotrope. HEX triplet: CF, 71 and E9. RGB value is (207,113,233). Sum of RGB (Red+Green+Blue) = 207+113+233=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71E9 is #308E16. Grayscale: #9A9A9A. Windows color (decimal): -3182103 or 15299023. OLE color: 15299023.

HSL color Cylindrical-coordinate representation of color #CF71E9: hue angle of 287º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF71E9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 113 233 -
CMYK 0.11 0.52 0 0.09
HSL 287º 0.73% 0.68% -
HSV(B) 287º 0.52% 0.91% -
XYZ 46.35 30.96 80.62 -
YUV 154.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 207 113 233 0.11 0.52 0 0.09 287 0.73 0.68
Hex CF 71 E9 B 34 0 9 11F 49 44
Octal 317 161 351 13 64 0 11 437 111 104
Binary 11001111 1110001 11101001 1011 110100 0 1001 100011111 1001001 1000100

Color Harmonies of #CF71E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71E9

Black with #CF71E9

Text Example


Text Example

White with #CF71E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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