Html Css Color HEX #CF76B7 Orchid

📋 copy color: '#CF76B7'

red 207 ◦ green 118 ◦ blue 183

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

Shades of Orchid #CF76B7

Tints of Orchid #CF76B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 40.75%
G = 23.23%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF76B7 (or 0xCF76B7) is known color: Orchid. HEX triplet: CF, 76 and B7. RGB value is (207,118,183). Sum of RGB (Red+Green+Blue) = 207+118+183=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76B7 is #308948. Grayscale: #979797. Windows color (decimal): -3180873 or 12023503. OLE color: 12023503.

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

Color convert

RGB 207 118 183 -
CMYK 0 0.43 0.12 0.19
HSL 316.18º 0.48% 0.64% -
HSV(B) 316.18º 0.43% 0.81% -
XYZ 40.76 29.64 48.37 -
YUV 152.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 207 118 183 0 0.43 0.12 0.19 316.18 0.48 0.64
Hex CF 76 B7 0 2B C 13 13C 30 40
Octal 317 166 267 0 53 14 23 474 60 100
Binary 11001111 1110110 10110111 0 101011 1100 10011 100111100 110000 1000000

Color Harmonies of #CF76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76B7

Black with #CF76B7

Text Example


Text Example

White with #CF76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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