Html Css Color HEX #DC7FCB Orchid

📋 copy color: '#DC7FCB'

red 220 ◦ green 127 ◦ blue 203

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

Shades of Orchid #DC7FCB

Tints of Orchid #DC7FCB

RGB

 RED value IS 220 (86.33% from 255) = 40%

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 40%
G = 23.09%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC7FCB (or 0xDC7FCB) is known color: Orchid. HEX triplet: DC, 7F and CB. RGB value is (220,127,203). Sum of RGB (Red+Green+Blue) = 220+127+203=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FCB is #238034. Grayscale: #A3A3A3. Windows color (decimal): -2326581 or 13336540. OLE color: 13336540.

HSL color Cylindrical-coordinate representation of color #DC7FCB: hue angle of 310.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FCB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 203 -
CMYK 0 0.42 0.08 0.14
HSL 310.97º 0.57% 0.68% -
HSV(B) 310.97º 0.42% 0.86% -
XYZ 47.88 34.71 60.68 -
YUV 163.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 220 127 203 0 0.42 0.08 0.14 310.97 0.57 0.68
Hex DC 7F CB 0 2A 8 E 137 39 44
Octal 334 177 313 0 52 10 16 467 71 104
Binary 11011100 1111111 11001011 0 101010 1000 1110 100110111 111001 1000100

Color Harmonies of #DC7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FCB

Black with #DC7FCB

Text Example


Text Example

White with #DC7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FCB; }

 p { color: rgb(220,127,203); }

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

background-color css

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

 a { background-color: rgb(220,127,203); }

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

border-color css

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

 span { border-color: rgb(220,127,203); }

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