Html Css Color HEX #CF71FC Heliotrope

📋 copy color: '#CF71FC'

red 207 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #CF71FC

Tints of Heliotrope #CF71FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 36.19%
G = 19.76%
B = 44.06%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF71FC (or 0xCF71FC) is known color: Heliotrope. HEX triplet: CF, 71 and FC. RGB value is (207,113,252). Sum of RGB (Red+Green+Blue) = 207+113+252=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF71FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71FC is #308E03. Grayscale: #9C9C9C. Windows color (decimal): -3182084 or 16544207. OLE color: 16544207.

HSL color Cylindrical-coordinate representation of color #CF71FC: hue angle of 280.58º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF71FC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 113 252 -
CMYK 0.18 0.55 0 0.01
HSL 280.58º 0.96% 0.72% -
HSV(B) 280.58º 0.55% 0.99% -
XYZ 49.21 32.1 95.7 -
YUV 156.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 207 113 252 0.18 0.55 0 0.01 280.58 0.96 0.72
Hex CF 71 FC 12 37 0 1 119 60 48
Octal 317 161 374 22 67 0 1 431 140 110
Binary 11001111 1110001 11111100 10010 110111 0 1 100011001 1100000 1001000

Color Harmonies of #CF71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71FC

Black with #CF71FC

Text Example


Text Example

White with #CF71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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