Html Css Color HEX #CF77BB Orchid

📋 copy color: '#CF77BB'

red 207 ◦ green 119 ◦ blue 187

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

Shades of Orchid #CF77BB

Tints of Orchid #CF77BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 40.35%
G = 23.2%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF77BB (or 0xCF77BB) is known color: Orchid. HEX triplet: CF, 77 and BB. RGB value is (207,119,187). Sum of RGB (Red+Green+Blue) = 207+119+187=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77BB is #308844. Grayscale: #989898. Windows color (decimal): -3180613 or 12285903. OLE color: 12285903.

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

Color convert

RGB 207 119 187 -
CMYK 0 0.43 0.10 0.19
HSL 313.64º 0.48% 0.64% -
HSV(B) 313.64º 0.43% 0.81% -
XYZ 41.3 30.05 50.64 -
YUV 153.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 207 119 187 0 0.43 0.10 0.19 313.64 0.48 0.64
Hex CF 77 BB 0 2B A 13 13A 30 40
Octal 317 167 273 0 53 12 23 472 60 100
Binary 11001111 1110111 10111011 0 101011 1010 10011 100111010 110000 1000000

Color Harmonies of #CF77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77BB

Black with #CF77BB

Text Example


Text Example

White with #CF77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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