Html Css Color HEX #D262DD Orchid

📋 copy color: '#D262DD'

red 210 ◦ green 98 ◦ blue 221

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

Shades of Orchid #D262DD

Tints of Orchid #D262DD

RGB

 RED value IS 210 (82.42% from 255) = 39.7%

 GREEN value IS 98 (38.67% from 255) = 18.53%

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 39.7%
G = 18.53%
B = 41.78%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D262DD (or 0xD262DD) is known color: Orchid. HEX triplet: D2, 62 and DD. RGB value is (210,98,221). Sum of RGB (Red+Green+Blue) = 210+98+221=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D262DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262DD is #2D9D22. Grayscale: #919191. Windows color (decimal): -2989347 or 14508754. OLE color: 14508754.

HSL color Cylindrical-coordinate representation of color #D262DD: hue angle of 294.63º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D262DD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 98 221 -
CMYK 0.05 0.56 0 0.13
HSL 294.63º 0.64% 0.63% -
HSV(B) 294.63º 0.56% 0.87% -
XYZ 44 27.66 71.43 -
YUV 145.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 210 98 221 0.05 0.56 0 0.13 294.63 0.64 0.63
Hex D2 62 DD 5 38 0 D 127 40 3F
Octal 322 142 335 5 70 0 15 447 100 77
Binary 11010010 1100010 11011101 101 111000 0 1101 100100111 1000000 111111

Color Harmonies of #D262DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262DD

Black with #D262DD

Text Example


Text Example

White with #D262DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262DD; }

 p { color: rgb(210,98,221); }

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

background-color css

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

 a { background-color: rgb(210,98,221); }

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

border-color css

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

 span { border-color: rgb(210,98,221); }

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