Html Css Color HEX #D772CB Orchid

📋 copy color: '#D772CB'

red 215 ◦ green 114 ◦ blue 203

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

Shades of Orchid #D772CB

Tints of Orchid #D772CB

RGB

 RED value IS 215 (84.38% from 255) = 40.41%

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

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

R = 40.41%
G = 21.43%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D772CB (or 0xD772CB) is known color: Orchid. HEX triplet: D7, 72 and CB. RGB value is (215,114,203). Sum of RGB (Red+Green+Blue) = 215+114+203=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D772CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772CB is #288D34. Grayscale: #9A9A9A. Windows color (decimal): -2657589 or 13333207. OLE color: 13333207.

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

Color convert

RGB 215 114 203 -
CMYK 0 0.47 0.06 0.16
HSL 307.13º 0.56% 0.65% -
HSV(B) 307.13º 0.47% 0.84% -
XYZ 44.82 30.79 60.08 -
YUV 154.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 215 114 203 0 0.47 0.06 0.16 307.13 0.56 0.65
Hex D7 72 CB 0 2F 6 10 133 38 41
Octal 327 162 313 0 57 6 20 463 70 101
Binary 11010111 1110010 11001011 0 101111 110 10000 100110011 111000 1000001

Color Harmonies of #D772CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772CB

Black with #D772CB

Text Example


Text Example

White with #D772CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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