Html Css Color HEX #CF71EA Heliotrope

📋 copy color: '#CF71EA'

red 207 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #CF71EA

Tints of Heliotrope #CF71EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 37.36%
G = 20.4%
B = 42.24%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF71EA (or 0xCF71EA) is known color: Heliotrope. HEX triplet: CF, 71 and EA. RGB value is (207,113,234). Sum of RGB (Red+Green+Blue) = 207+113+234=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71EA is #308E15. Grayscale: #9A9A9A. Windows color (decimal): -3182102 or 15364559. OLE color: 15364559.

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

Color convert

RGB 207 113 234 -
CMYK 0.12 0.52 0 0.08
HSL 286.61º 0.74% 0.68% -
HSV(B) 286.61º 0.52% 0.92% -
XYZ 46.49 31.02 81.38 -
YUV 154.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 207 113 234 0.12 0.52 0 0.08 286.61 0.74 0.68
Hex CF 71 EA C 34 0 8 11F 4A 44
Octal 317 161 352 14 64 0 10 437 112 104
Binary 11001111 1110001 11101010 1100 110100 0 1000 100011111 1001010 1000100

Color Harmonies of #CF71EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71EA

Black with #CF71EA

Text Example


Text Example

White with #CF71EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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