Html Css Color HEX #CF77B9 Orchid

📋 copy color: '#CF77B9'

red 207 ◦ green 119 ◦ blue 185

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

Shades of Orchid #CF77B9

Tints of Orchid #CF77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 40.51%
G = 23.29%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF77B9 (or 0xCF77B9) is known color: Orchid. HEX triplet: CF, 77 and B9. RGB value is (207,119,185). Sum of RGB (Red+Green+Blue) = 207+119+185=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77B9 is #308846. Grayscale: #989898. Windows color (decimal): -3180615 or 12154831. OLE color: 12154831.

HSL color Cylindrical-coordinate representation of color #CF77B9: hue angle of 315º 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 #CF77B9 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 185 -
CMYK 0 0.43 0.11 0.19
HSL 315º 0.48% 0.64% -
HSV(B) 315º 0.43% 0.81% -
XYZ 41.09 29.96 49.52 -
YUV 152.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 207 119 185 0 0.43 0.11 0.19 315 0.48 0.64
Hex CF 77 B9 0 2B B 13 13B 30 40
Octal 317 167 271 0 53 13 23 473 60 100
Binary 11001111 1110111 10111001 0 101011 1011 10011 100111011 110000 1000000

Color Harmonies of #CF77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77B9

Black with #CF77B9

Text Example


Text Example

White with #CF77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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