Html Css Color HEX #CF76BC Orchid

📋 copy color: '#CF76BC'

red 207 ◦ green 118 ◦ blue 188

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

Shades of Orchid #CF76BC

Tints of Orchid #CF76BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 40.35%
G = 23%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF76BC (or 0xCF76BC) is known color: Orchid. HEX triplet: CF, 76 and BC. RGB value is (207,118,188). Sum of RGB (Red+Green+Blue) = 207+118+188=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76BC is #308943. Grayscale: #989898. Windows color (decimal): -3180868 or 12351183. OLE color: 12351183.

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

Color convert

RGB 207 118 188 -
CMYK 0 0.43 0.09 0.19
HSL 312.81º 0.48% 0.64% -
HSV(B) 312.81º 0.43% 0.81% -
XYZ 41.29 29.85 51.16 -
YUV 152.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 207 118 188 0 0.43 0.09 0.19 312.81 0.48 0.64
Hex CF 76 BC 0 2B 9 13 139 30 40
Octal 317 166 274 0 53 11 23 471 60 100
Binary 11001111 1110110 10111100 0 101011 1001 10011 100111001 110000 1000000

Color Harmonies of #CF76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76BC

Black with #CF76BC

Text Example


Text Example

White with #CF76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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