Html Css Color HEX #CF76BE Orchid

📋 copy color: '#CF76BE'

red 207 ◦ green 118 ◦ blue 190

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

Shades of Orchid #CF76BE

Tints of Orchid #CF76BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 40.19%
G = 22.91%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF76BE (or 0xCF76BE) is known color: Orchid. HEX triplet: CF, 76 and BE. RGB value is (207,118,190). Sum of RGB (Red+Green+Blue) = 207+118+190=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76BE is #308941. Grayscale: #989898. Windows color (decimal): -3180866 or 12482255. OLE color: 12482255.

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

Color convert

RGB 207 118 190 -
CMYK 0 0.43 0.08 0.19
HSL 311.46º 0.48% 0.64% -
HSV(B) 311.46º 0.43% 0.81% -
XYZ 41.5 29.94 52.31 -
YUV 152.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 207 118 190 0 0.43 0.08 0.19 311.46 0.48 0.64
Hex CF 76 BE 0 2B 8 13 137 30 40
Octal 317 166 276 0 53 10 23 467 60 100
Binary 11001111 1110110 10111110 0 101011 1000 10011 100110111 110000 1000000

Color Harmonies of #CF76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76BE

Black with #CF76BE

Text Example


Text Example

White with #CF76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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