Html Css Color HEX #CF76DC Orchid

📋 copy color: '#CF76DC'

red 207 ◦ green 118 ◦ blue 220

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

Shades of Orchid #CF76DC

Tints of Orchid #CF76DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 37.98%
G = 21.65%
B = 40.37%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF76DC (or 0xCF76DC) is known color: Orchid. HEX triplet: CF, 76 and DC. RGB value is (207,118,220). Sum of RGB (Red+Green+Blue) = 207+118+220=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76DC is #308923. Grayscale: #9B9B9B. Windows color (decimal): -3180836 or 14448335. OLE color: 14448335.

HSL color Cylindrical-coordinate representation of color #CF76DC: hue angle of 292.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF76DC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 118 220 -
CMYK 0.06 0.46 0 0.14
HSL 292.35º 0.59% 0.66% -
HSV(B) 292.35º 0.46% 0.86% -
XYZ 45.13 31.39 71.39 -
YUV 156.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 207 118 220 0.06 0.46 0 0.14 292.35 0.59 0.66
Hex CF 76 DC 6 2E 0 E 124 3B 42
Octal 317 166 334 6 56 0 16 444 73 102
Binary 11001111 1110110 11011100 110 101110 0 1110 100100100 111011 1000010

Color Harmonies of #CF76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76DC

Black with #CF76DC

Text Example


Text Example

White with #CF76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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