Html Css Color HEX #DF75CD Orchid

📋 copy color: '#DF75CD'

red 223 ◦ green 117 ◦ blue 205

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

Shades of Orchid #DF75CD

Tints of Orchid #DF75CD

RGB

 RED value IS 223 (87.5% from 255) = 40.92%

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

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 40.92%
G = 21.47%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF75CD (or 0xDF75CD) is known color: Orchid. HEX triplet: DF, 75 and CD. RGB value is (223,117,205). Sum of RGB (Red+Green+Blue) = 223+117+205=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75CD is #208A32. Grayscale: #9E9E9E. Windows color (decimal): -2132531 or 13465055. OLE color: 13465055.

HSL color Cylindrical-coordinate representation of color #DF75CD: hue angle of 310.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75CD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 205 -
CMYK 0 0.48 0.08 0.13
HSL 310.19º 0.62% 0.67% -
HSV(B) 310.19º 0.48% 0.87% -
XYZ 47.81 32.82 61.57 -
YUV 158.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 223 117 205 0 0.48 0.08 0.13 310.19 0.62 0.67
Hex DF 75 CD 0 30 8 D 136 3E 43
Octal 337 165 315 0 60 10 15 466 76 103
Binary 11011111 1110101 11001101 0 110000 1000 1101 100110110 111110 1000011

Color Harmonies of #DF75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75CD

Black with #DF75CD

Text Example


Text Example

White with #DF75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75CD; }

 p { color: rgb(223,117,205); }

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

background-color css

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

 a { background-color: rgb(223,117,205); }

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

border-color css

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

 span { border-color: rgb(223,117,205); }

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