Html Css Color HEX #CF71FE Heliotrope

📋 copy color: '#CF71FE'

red 207 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #CF71FE

Tints of Heliotrope #CF71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 36.06%
G = 19.69%
B = 44.25%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF71FE (or 0xCF71FE) is known color: Heliotrope. HEX triplet: CF, 71 and FE. RGB value is (207,113,254). Sum of RGB (Red+Green+Blue) = 207+113+254=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71FE is #308E01. Grayscale: #9C9C9C. Windows color (decimal): -3182082 or 16675279. OLE color: 16675279.

HSL color Cylindrical-coordinate representation of color #CF71FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF71FE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 113 254 -
CMYK 0.19 0.56 0 0.00
HSL 280º 0.99% 0.72% -
HSV(B) 280º 0.56% 1% -
XYZ 49.53 32.23 97.38 -
YUV 157.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 207 113 254 0.19 0.56 0 0.00 280 0.99 0.72
Hex CF 71 FE 13 38 0 0 118 63 48
Octal 317 161 376 23 70 0 0 430 143 110
Binary 11001111 1110001 11111110 10011 111000 0 0 100011000 1100011 1001000

Color Harmonies of #CF71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71FE

Black with #CF71FE

Text Example


Text Example

White with #CF71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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