Html Css Color HEX #CF76BB Orchid

📋 copy color: '#CF76BB'

red 207 ◦ green 118 ◦ blue 187

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

Shades of Orchid #CF76BB

Tints of Orchid #CF76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 40.43%
G = 23.05%
B = 36.52%

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

#CF76BB (or 0xCF76BB) is known color: Orchid. HEX triplet: CF, 76 and BB. RGB value is (207,118,187). Sum of RGB (Red+Green+Blue) = 207+118+187=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76BB is #308944. Grayscale: #989898. Windows color (decimal): -3180869 or 12285647. OLE color: 12285647.

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

Color convert

RGB 207 118 187 -
CMYK 0 0.43 0.10 0.19
HSL 313.48º 0.48% 0.64% -
HSV(B) 313.48º 0.43% 0.81% -
XYZ 41.18 29.81 50.6 -
YUV 152.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 207 118 187 0 0.43 0.10 0.19 313.48 0.48 0.64
Hex CF 76 BB 0 2B A 13 139 30 40
Octal 317 166 273 0 53 12 23 471 60 100
Binary 11001111 1110110 10111011 0 101011 1010 10011 100111001 110000 1000000

Color Harmonies of #CF76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76BB

Black with #CF76BB

Text Example


Text Example

White with #CF76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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