Html Css Color HEX #D477CF Orchid

📋 copy color: '#D477CF'

red 212 ◦ green 119 ◦ blue 207

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

Shades of Orchid #D477CF

Tints of Orchid #D477CF

RGB

 RED value IS 212 (83.2% from 255) = 39.41%

 GREEN value IS 119 (46.88% from 255) = 22.12%

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 39.41%
G = 22.12%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D477CF (or 0xD477CF) is known color: Orchid. HEX triplet: D4, 77 and CF. RGB value is (212,119,207). Sum of RGB (Red+Green+Blue) = 212+119+207=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D477CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477CF is #2B8830. Grayscale: #9C9C9C. Windows color (decimal): -2852913 or 13596628. OLE color: 13596628.

HSL color Cylindrical-coordinate representation of color #D477CF: hue angle of 303.23º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D477CF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 207 -
CMYK 0 0.44 0.02 0.17
HSL 303.23º 0.52% 0.65% -
HSV(B) 303.23º 0.44% 0.83% -
XYZ 45.01 31.7 62.78 -
YUV 156.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 212 119 207 0 0.44 0.02 0.17 303.23 0.52 0.65
Hex D4 77 CF 0 2C 2 11 12F 34 41
Octal 324 167 317 0 54 2 21 457 64 101
Binary 11010100 1110111 11001111 0 101100 10 10001 100101111 110100 1000001

Color Harmonies of #D477CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477CF

Black with #D477CF

Text Example


Text Example

White with #D477CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477CF; }

 p { color: rgb(212,119,207); }

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

background-color css

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

 a { background-color: rgb(212,119,207); }

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

border-color css

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

 span { border-color: rgb(212,119,207); }

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