Html Css Color HEX #D460DA Orchid

📋 copy color: '#D460DA'

red 212 ◦ green 96 ◦ blue 218

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

Shades of Orchid #D460DA

Tints of Orchid #D460DA

RGB

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

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

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

R = 40.3%
G = 18.25%
B = 41.44%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D460DA (or 0xD460DA) is known color: Orchid. HEX triplet: D4, 60 and DA. RGB value is (212,96,218). Sum of RGB (Red+Green+Blue) = 212+96+218=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #D460DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460DA is #2B9F25. Grayscale: #909090. Windows color (decimal): -2858790 or 14311636. OLE color: 14311636.

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

Color convert

RGB 212 96 218 -
CMYK 0.03 0.56 0 0.15
HSL 297.05º 0.62% 0.62% -
HSV(B) 297.05º 0.56% 0.85% -
XYZ 43.99 27.42 69.3 -
YUV 144.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 212 96 218 0.03 0.56 0 0.15 297.05 0.62 0.62
Hex D4 60 DA 3 38 0 F 129 3E 3E
Octal 324 140 332 3 70 0 17 451 76 76
Binary 11010100 1100000 11011010 11 111000 0 1111 100101001 111110 111110

Color Harmonies of #D460DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460DA

Black with #D460DA

Text Example


Text Example

White with #D460DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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