Html Css Color HEX #CF77FD Heliotrope

📋 copy color: '#CF77FD'

red 207 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #CF77FD

Tints of Heliotrope #CF77FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 35.75%
G = 20.55%
B = 43.7%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF77FD (or 0xCF77FD) is known color: Heliotrope. HEX triplet: CF, 77 and FD. RGB value is (207,119,253). Sum of RGB (Red+Green+Blue) = 207+119+253=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77FD is #308802. Grayscale: #A0A0A0. Windows color (decimal): -3180547 or 16611279. OLE color: 16611279.

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

Color convert

RGB 207 119 253 -
CMYK 0.18 0.53 0 0.01
HSL 279.4º 0.97% 0.73% -
HSV(B) 279.4º 0.53% 0.99% -
XYZ 50.06 33.55 96.77 -
YUV 160.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 207 119 253 0.18 0.53 0 0.01 279.4 0.97 0.73
Hex CF 77 FD 12 35 0 1 117 61 49
Octal 317 167 375 22 65 0 1 427 141 111
Binary 11001111 1110111 11111101 10010 110101 0 1 100010111 1100001 1001001

Color Harmonies of #CF77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77FD

Black with #CF77FD

Text Example


Text Example

White with #CF77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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