Html Css Color HEX #CF77FA Heliotrope

📋 copy color: '#CF77FA'

red 207 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #CF77FA

Tints of Heliotrope #CF77FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.66%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 35.94%
G = 20.66%
B = 43.4%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF77FA (or 0xCF77FA) is known color: Heliotrope. HEX triplet: CF, 77 and FA. RGB value is (207,119,250). Sum of RGB (Red+Green+Blue) = 207+119+250=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77FA is #308805. Grayscale: #9F9F9F. Windows color (decimal): -3180550 or 16414671. OLE color: 16414671.

HSL color Cylindrical-coordinate representation of color #CF77FA: hue angle of 280.31º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF77FA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 119 250 -
CMYK 0.17 0.52 0 0.02
HSL 280.31º 0.93% 0.72% -
HSV(B) 280.31º 0.52% 0.98% -
XYZ 49.58 33.36 94.27 -
YUV 160.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 207 119 250 0.17 0.52 0 0.02 280.31 0.93 0.72
Hex CF 77 FA 11 34 0 2 118 5D 48
Octal 317 167 372 21 64 0 2 430 135 110
Binary 11001111 1110111 11111010 10001 110100 0 10 100011000 1011101 1001000

Color Harmonies of #CF77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77FA

Black with #CF77FA

Text Example


Text Example

White with #CF77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77FA; }

 p { color: rgb(207,119,250); }

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

background-color css

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

 a { background-color: rgb(207,119,250); }

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

border-color css

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

 span { border-color: rgb(207,119,250); }

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