Html Css Color HEX #D485DA Orchid

📋 copy color: '#D485DA'

red 212 ◦ green 133 ◦ blue 218

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

Shades of Orchid #D485DA

Tints of Orchid #D485DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 37.66%
G = 23.62%
B = 38.72%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D485DA (or 0xD485DA) is known color: Orchid. HEX triplet: D4, 85 and DA. RGB value is (212,133,218). Sum of RGB (Red+Green+Blue) = 212+133+218=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D485DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485DA is #2B7A25. Grayscale: #A6A6A6. Windows color (decimal): -2849318 or 14321108. OLE color: 14321108.

HSL color Cylindrical-coordinate representation of color #D485DA: hue angle of 295.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D485DA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 133 218 -
CMYK 0.03 0.39 0 0.15
HSL 295.76º 0.53% 0.69% -
HSV(B) 295.76º 0.39% 0.85% -
XYZ 48.19 35.83 70.71 -
YUV 166.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 212 133 218 0.03 0.39 0 0.15 295.76 0.53 0.69
Hex D4 85 DA 3 27 0 F 128 35 45
Octal 324 205 332 3 47 0 17 450 65 105
Binary 11010100 10000101 11011010 11 100111 0 1111 100101000 110101 1000101

Color Harmonies of #D485DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485DA

Black with #D485DA

Text Example


Text Example

White with #D485DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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