Html Css Color HEX #D485CC Orchid

📋 copy color: '#D485CC'

red 212 ◦ green 133 ◦ blue 204

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

Shades of Orchid #D485CC

Tints of Orchid #D485CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.23%

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 38.62%
G = 24.23%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D485CC (or 0xD485CC) is known color: Orchid. HEX triplet: D4, 85 and CC. RGB value is (212,133,204). Sum of RGB (Red+Green+Blue) = 212+133+204=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CC is #2B7A33. Grayscale: #A4A4A4. Windows color (decimal): -2849332 or 13403604. OLE color: 13403604.

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

Color convert

RGB 212 133 204 -
CMYK 0 0.37 0.04 0.17
HSL 306.08º 0.48% 0.68% -
HSV(B) 306.08º 0.37% 0.83% -
XYZ 46.44 35.13 61.46 -
YUV 164.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 212 133 204 0 0.37 0.04 0.17 306.08 0.48 0.68
Hex D4 85 CC 0 25 4 11 132 30 44
Octal 324 205 314 0 45 4 21 462 60 104
Binary 11010100 10000101 11001100 0 100101 100 10001 100110010 110000 1000100

Color Harmonies of #D485CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485CC

Black with #D485CC

Text Example


Text Example

White with #D485CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485CC; }

 p { color: rgb(212,133,204); }

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

background-color css

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

 a { background-color: rgb(212,133,204); }

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

border-color css

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

 span { border-color: rgb(212,133,204); }

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