Html Css Color HEX #D262DB Orchid

📋 copy color: '#D262DB'

red 210 ◦ green 98 ◦ blue 219

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

Shades of Orchid #D262DB

Tints of Orchid #D262DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 39.85%
G = 18.6%
B = 41.56%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D262DB (or 0xD262DB) is known color: Orchid. HEX triplet: D2, 62 and DB. RGB value is (210,98,219). Sum of RGB (Red+Green+Blue) = 210+98+219=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #D262DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262DB is #2D9D24. Grayscale: #909090. Windows color (decimal): -2989349 or 14377682. OLE color: 14377682.

HSL color Cylindrical-coordinate representation of color #D262DB: hue angle of 295.54º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D262DB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 98 219 -
CMYK 0.04 0.55 0 0.14
HSL 295.54º 0.63% 0.62% -
HSV(B) 295.54º 0.55% 0.86% -
XYZ 43.73 27.55 70.03 -
YUV 145.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 210 98 219 0.04 0.55 0 0.14 295.54 0.63 0.62
Hex D2 62 DB 4 37 0 E 128 3F 3E
Octal 322 142 333 4 67 0 16 450 77 76
Binary 11010010 1100010 11011011 100 110111 0 1110 100101000 111111 111110

Color Harmonies of #D262DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262DB

Black with #D262DB

Text Example


Text Example

White with #D262DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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