Html Css Color HEX #CF76D1 Orchid

📋 copy color: '#CF76D1'

red 207 ◦ green 118 ◦ blue 209

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

Shades of Orchid #CF76D1

Tints of Orchid #CF76D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 38.76%
G = 22.1%
B = 39.14%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF76D1 (or 0xCF76D1) is known color: Orchid. HEX triplet: CF, 76 and D1. RGB value is (207,118,209). Sum of RGB (Red+Green+Blue) = 207+118+209=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76D1 is #30892E. Grayscale: #9A9A9A. Windows color (decimal): -3180847 or 13727439. OLE color: 13727439.

HSL color Cylindrical-coordinate representation of color #CF76D1: hue angle of 298.68º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF76D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 118 209 -
CMYK 0.01 0.44 0 0.18
HSL 298.68º 0.5% 0.64% -
HSV(B) 298.68º 0.44% 0.82% -
XYZ 43.72 30.83 63.97 -
YUV 154.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 207 118 209 0.01 0.44 0 0.18 298.68 0.5 0.64
Hex CF 76 D1 1 2C 0 12 12B 32 40
Octal 317 166 321 1 54 0 22 453 62 100
Binary 11001111 1110110 11010001 1 101100 0 10010 100101011 110010 1000000

Color Harmonies of #CF76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76D1

Black with #CF76D1

Text Example


Text Example

White with #CF76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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