Html Css Color HEX #DC75CF Orchid

📋 copy color: '#DC75CF'

red 220 ◦ green 117 ◦ blue 207

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

Shades of Orchid #DC75CF

Tints of Orchid #DC75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 40.44%
G = 21.51%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC75CF (or 0xDC75CF) is known color: Orchid. HEX triplet: DC, 75 and CF. RGB value is (220,117,207). Sum of RGB (Red+Green+Blue) = 220+117+207=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75CF is #238A30. Grayscale: #9D9D9D. Windows color (decimal): -2329137 or 13596124. OLE color: 13596124.

HSL color Cylindrical-coordinate representation of color #DC75CF: hue angle of 307.57º 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 #DC75CF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 207 -
CMYK 0 0.47 0.06 0.14
HSL 307.57º 0.6% 0.66% -
HSV(B) 307.57º 0.47% 0.86% -
XYZ 47.14 32.44 62.81 -
YUV 158.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 220 117 207 0 0.47 0.06 0.14 307.57 0.6 0.66
Hex DC 75 CF 0 2F 6 E 134 3C 42
Octal 334 165 317 0 57 6 16 464 74 102
Binary 11011100 1110101 11001111 0 101111 110 1110 100110100 111100 1000010

Color Harmonies of #DC75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75CF

Black with #DC75CF

Text Example


Text Example

White with #DC75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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