Html Css Color HEX #DC75E6 Orchid

📋 copy color: '#DC75E6'

red 220 ◦ green 117 ◦ blue 230

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

Shades of Orchid #DC75E6

Tints of Orchid #DC75E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 38.8%
G = 20.63%
B = 40.56%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC75E6 (or 0xDC75E6) is known color: Orchid. HEX triplet: DC, 75 and E6. RGB value is (220,117,230). Sum of RGB (Red+Green+Blue) = 220+117+230=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC75E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75E6 is #238A19. Grayscale: #A0A0A0. Windows color (decimal): -2329114 or 15103452. OLE color: 15103452.

HSL color Cylindrical-coordinate representation of color #DC75E6: hue angle of 294.69º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC75E6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 117 230 -
CMYK 0.04 0.49 0 0.10
HSL 294.69º 0.69% 0.68% -
HSV(B) 294.69º 0.49% 0.9% -
XYZ 50.16 33.65 78.71 -
YUV 160.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 220 117 230 0.04 0.49 0 0.10 294.69 0.69 0.68
Hex DC 75 E6 4 31 0 A 127 45 44
Octal 334 165 346 4 61 0 12 447 105 104
Binary 11011100 1110101 11100110 100 110001 0 1010 100100111 1000101 1000100

Color Harmonies of #DC75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75E6

Black with #DC75E6

Text Example


Text Example

White with #DC75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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