Html Css Color HEX #D572CB Orchid

📋 copy color: '#D572CB'

red 213 ◦ green 114 ◦ blue 203

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

Shades of Orchid #D572CB

Tints of Orchid #D572CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

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

R = 40.19%
G = 21.51%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D572CB (or 0xD572CB) is known color: Orchid. HEX triplet: D5, 72 and CB. RGB value is (213,114,203). Sum of RGB (Red+Green+Blue) = 213+114+203=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D572CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572CB is #2A8D34. Grayscale: #999999. Windows color (decimal): -2788661 or 13333205. OLE color: 13333205.

HSL color Cylindrical-coordinate representation of color #D572CB: hue angle of 306.06º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572CB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 203 -
CMYK 0 0.46 0.05 0.16
HSL 306.06º 0.54% 0.64% -
HSV(B) 306.06º 0.46% 0.84% -
XYZ 44.24 30.49 60.05 -
YUV 153.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 213 114 203 0 0.46 0.05 0.16 306.06 0.54 0.64
Hex D5 72 CB 0 2E 5 10 132 36 40
Octal 325 162 313 0 56 5 20 462 66 100
Binary 11010101 1110010 11001011 0 101110 101 10000 100110010 110110 1000000

Color Harmonies of #D572CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572CB

Black with #D572CB

Text Example


Text Example

White with #D572CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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