Html Css Color HEX #D57FCB Orchid

📋 copy color: '#D57FCB'

red 213 ◦ green 127 ◦ blue 203

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

Shades of Orchid #D57FCB

Tints of Orchid #D57FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

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

R = 39.23%
G = 23.39%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D57FCB (or 0xD57FCB) is known color: Orchid. HEX triplet: D5, 7F and CB. RGB value is (213,127,203). Sum of RGB (Red+Green+Blue) = 213+127+203=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCB is #2A8034. Grayscale: #A1A1A1. Windows color (decimal): -2785333 or 13336533. OLE color: 13336533.

HSL color Cylindrical-coordinate representation of color #D57FCB: hue angle of 306.98º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FCB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 203 -
CMYK 0 0.40 0.05 0.16
HSL 306.98º 0.51% 0.67% -
HSV(B) 306.98º 0.4% 0.84% -
XYZ 45.81 33.64 60.58 -
YUV 161.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 213 127 203 0 0.40 0.05 0.16 306.98 0.51 0.67
Hex D5 7F CB 0 28 5 10 133 33 43
Octal 325 177 313 0 50 5 20 463 63 103
Binary 11010101 1111111 11001011 0 101000 101 10000 100110011 110011 1000011

Color Harmonies of #D57FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FCB

Black with #D57FCB

Text Example


Text Example

White with #D57FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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