Html Css Color HEX #D77FCB Orchid

📋 copy color: '#D77FCB'

red 215 ◦ green 127 ◦ blue 203

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

Shades of Orchid #D77FCB

Tints of Orchid #D77FCB

RGB

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

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

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

R = 39.45%
G = 23.3%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D77FCB (or 0xD77FCB) is known color: Orchid. HEX triplet: D7, 7F and CB. RGB value is (215,127,203). Sum of RGB (Red+Green+Blue) = 215+127+203=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FCB is #288034. Grayscale: #A1A1A1. Windows color (decimal): -2654261 or 13336535. OLE color: 13336535.

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

Color convert

RGB 215 127 203 -
CMYK 0 0.41 0.06 0.16
HSL 308.18º 0.52% 0.67% -
HSV(B) 308.18º 0.41% 0.84% -
XYZ 46.39 33.94 60.61 -
YUV 161.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 215 127 203 0 0.41 0.06 0.16 308.18 0.52 0.67
Hex D7 7F CB 0 29 6 10 134 34 43
Octal 327 177 313 0 51 6 20 464 64 103
Binary 11010111 1111111 11001011 0 101001 110 10000 100110100 110100 1000011

Color Harmonies of #D77FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FCB

Black with #D77FCB

Text Example


Text Example

White with #D77FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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