Html Css Color HEX #D575CB Orchid

📋 copy color: '#D575CB'

red 213 ◦ green 117 ◦ blue 203

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

Shades of Orchid #D575CB

Tints of Orchid #D575CB

RGB

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

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

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

R = 39.96%
G = 21.95%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D575CB (or 0xD575CB) is known color: Orchid. HEX triplet: D5, 75 and CB. RGB value is (213,117,203). Sum of RGB (Red+Green+Blue) = 213+117+203=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D575CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575CB is #2A8A34. Grayscale: #9B9B9B. Windows color (decimal): -2787893 or 13333973. OLE color: 13333973.

HSL color Cylindrical-coordinate representation of color #D575CB: hue angle of 306.25º 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 #D575CB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 203 -
CMYK 0 0.45 0.05 0.16
HSL 306.25º 0.53% 0.65% -
HSV(B) 306.25º 0.45% 0.84% -
XYZ 44.58 31.18 60.17 -
YUV 155.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 213 117 203 0 0.45 0.05 0.16 306.25 0.53 0.65
Hex D5 75 CB 0 2D 5 10 132 35 41
Octal 325 165 313 0 55 5 20 462 65 101
Binary 11010101 1110101 11001011 0 101101 101 10000 100110010 110101 1000001

Color Harmonies of #D575CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575CB

Black with #D575CB

Text Example


Text Example

White with #D575CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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