Html Css Color HEX #CF77C6 Orchid

📋 copy color: '#CF77C6'

red 207 ◦ green 119 ◦ blue 198

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

Shades of Orchid #CF77C6

Tints of Orchid #CF77C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 39.5%
G = 22.71%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF77C6 (or 0xCF77C6) is known color: Orchid. HEX triplet: CF, 77 and C6. RGB value is (207,119,198). Sum of RGB (Red+Green+Blue) = 207+119+198=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77C6 is #308839. Grayscale: #9A9A9A. Windows color (decimal): -3180602 or 13006799. OLE color: 13006799.

HSL color Cylindrical-coordinate representation of color #CF77C6: hue angle of 306.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF77C6 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 198 -
CMYK 0 0.43 0.04 0.19
HSL 306.14º 0.48% 0.64% -
HSV(B) 306.14º 0.43% 0.81% -
XYZ 42.52 30.54 57.08 -
YUV 154.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 207 119 198 0 0.43 0.04 0.19 306.14 0.48 0.64
Hex CF 77 C6 0 2B 4 13 132 30 40
Octal 317 167 306 0 53 4 23 462 60 100
Binary 11001111 1110111 11000110 0 101011 100 10011 100110010 110000 1000000

Color Harmonies of #CF77C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77C6

Black with #CF77C6

Text Example


Text Example

White with #CF77C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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