Html Css Color HEX #D460DB Orchid

📋 copy color: '#D460DB'

red 212 ◦ green 96 ◦ blue 219

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

Shades of Orchid #D460DB

Tints of Orchid #D460DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.22%

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

R = 40.23%
G = 18.22%
B = 41.56%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D460DB (or 0xD460DB) is known color: Orchid. HEX triplet: D4, 60 and DB. RGB value is (212,96,219). Sum of RGB (Red+Green+Blue) = 212+96+219=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 96 (37.89% from 255 or 18.22% 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 #D460DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460DB is #2B9F24. Grayscale: #909090. Windows color (decimal): -2858789 or 14377172. OLE color: 14377172.

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

Color convert

RGB 212 96 219 -
CMYK 0.03 0.56 0 0.14
HSL 296.59º 0.63% 0.62% -
HSV(B) 296.59º 0.56% 0.86% -
XYZ 44.12 27.48 70 -
YUV 144.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 212 96 219 0.03 0.56 0 0.14 296.59 0.63 0.62
Hex D4 60 DB 3 38 0 E 129 3F 3E
Octal 324 140 333 3 70 0 16 451 77 76
Binary 11010100 1100000 11011011 11 111000 0 1110 100101001 111111 111110

Color Harmonies of #D460DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460DB

Black with #D460DB

Text Example


Text Example

White with #D460DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460DB; }

 p { color: rgb(212,96,219); }

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

background-color css

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

 a { background-color: rgb(212,96,219); }

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

border-color css

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

 span { border-color: rgb(212,96,219); }

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