Html Css Color HEX #D575CC Orchid

📋 copy color: '#D575CC'

red 213 ◦ green 117 ◦ blue 204

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

Shades of Orchid #D575CC

Tints of Orchid #D575CC

RGB

 RED value IS 213 (83.59% from 255) = 39.89%

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 39.89%
G = 21.91%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D575CC (or 0xD575CC) is known color: Orchid. HEX triplet: D5, 75 and CC. RGB value is (213,117,204). Sum of RGB (Red+Green+Blue) = 213+117+204=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D575CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575CC is #2A8A33. Grayscale: #9B9B9B. Windows color (decimal): -2787892 or 13399509. OLE color: 13399509.

HSL color Cylindrical-coordinate representation of color #D575CC: hue angle of 305.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575CC is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 204 -
CMYK 0 0.45 0.04 0.16
HSL 305.63º 0.53% 0.65% -
HSV(B) 305.63º 0.45% 0.84% -
XYZ 44.7 31.23 60.8 -
YUV 155.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 213 117 204 0 0.45 0.04 0.16 305.63 0.53 0.65
Hex D5 75 CC 0 2D 4 10 132 35 41
Octal 325 165 314 0 55 4 20 462 65 101
Binary 11010101 1110101 11001100 0 101101 100 10000 100110010 110101 1000001

Color Harmonies of #D575CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575CC

Black with #D575CC

Text Example


Text Example

White with #D575CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575CC; }

 p { color: rgb(213,117,204); }

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

background-color css

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

 a { background-color: rgb(213,117,204); }

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

border-color css

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

 span { border-color: rgb(213,117,204); }

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