Html Css Color HEX #DC75CB Orchid

📋 copy color: '#DC75CB'

red 220 ◦ green 117 ◦ blue 203

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

Shades of Orchid #DC75CB

Tints of Orchid #DC75CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.67%

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

R = 40.74%
G = 21.67%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC75CB (or 0xDC75CB) is known color: Orchid. HEX triplet: DC, 75 and CB. RGB value is (220,117,203). Sum of RGB (Red+Green+Blue) = 220+117+203=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75CB is #238A34. Grayscale: #9D9D9D. Windows color (decimal): -2329141 or 13333980. OLE color: 13333980.

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

Color convert

RGB 220 117 203 -
CMYK 0 0.47 0.08 0.14
HSL 309.9º 0.6% 0.66% -
HSV(B) 309.9º 0.47% 0.86% -
XYZ 46.66 32.25 60.27 -
YUV 157.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 220 117 203 0 0.47 0.08 0.14 309.9 0.6 0.66
Hex DC 75 CB 0 2F 8 E 136 3C 42
Octal 334 165 313 0 57 10 16 466 74 102
Binary 11011100 1110101 11001011 0 101111 1000 1110 100110110 111100 1000010

Color Harmonies of #DC75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75CB

Black with #DC75CB

Text Example


Text Example

White with #DC75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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