Html Css Color HEX #D484CB Orchid

📋 copy color: '#D484CB'

red 212 ◦ green 132 ◦ blue 203

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

Shades of Orchid #D484CB

Tints of Orchid #D484CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

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

R = 38.76%
G = 24.13%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D484CB (or 0xD484CB) is known color: Orchid. HEX triplet: D4, 84 and CB. RGB value is (212,132,203). Sum of RGB (Red+Green+Blue) = 212+132+203=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D484CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484CB is #2B7B34. Grayscale: #A3A3A3. Windows color (decimal): -2849589 or 13337812. OLE color: 13337812.

HSL color Cylindrical-coordinate representation of color #D484CB: hue angle of 306.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D484CB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 132 203 -
CMYK 0 0.38 0.04 0.17
HSL 306.75º 0.48% 0.67% -
HSV(B) 306.75º 0.38% 0.83% -
XYZ 46.18 34.81 60.79 -
YUV 164.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 212 132 203 0 0.38 0.04 0.17 306.75 0.48 0.67
Hex D4 84 CB 0 26 4 11 133 30 43
Octal 324 204 313 0 46 4 21 463 60 103
Binary 11010100 10000100 11001011 0 100110 100 10001 100110011 110000 1000011

Color Harmonies of #D484CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484CB

Black with #D484CB

Text Example


Text Example

White with #D484CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484CB; }

 p { color: rgb(212,132,203); }

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

background-color css

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

 a { background-color: rgb(212,132,203); }

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

border-color css

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

 span { border-color: rgb(212,132,203); }

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