Html Css Color HEX #D469D5 Orchid

📋 copy color: '#D469D5'

red 212 ◦ green 105 ◦ blue 213

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

Shades of Orchid #D469D5

Tints of Orchid #D469D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.81%

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 40%
G = 19.81%
B = 40.19%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D469D5 (or 0xD469D5) is known color: Orchid. HEX triplet: D4, 69 and D5. RGB value is (212,105,213). Sum of RGB (Red+Green+Blue) = 212+105+213=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #D469D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469D5 is #2B962A. Grayscale: #949494. Windows color (decimal): -2856491 or 13986260. OLE color: 13986260.

HSL color Cylindrical-coordinate representation of color #D469D5: hue angle of 299.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D469D5 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 105 213 -
CMYK 0.00 0.51 0 0.16
HSL 299.44º 0.56% 0.62% -
HSV(B) 299.44º 0.51% 0.84% -
XYZ 44.21 28.9 66.2 -
YUV 149.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 212 105 213 0.00 0.51 0 0.16 299.44 0.56 0.62
Hex D4 69 D5 0 33 0 10 12B 38 3E
Octal 324 151 325 0 63 0 20 453 70 76
Binary 11010100 1101001 11010101 0 110011 0 10000 100101011 111000 111110

Color Harmonies of #D469D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469D5

Black with #D469D5

Text Example


Text Example

White with #D469D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469D5; }

 p { color: rgb(212,105,213); }

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

background-color css

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

 a { background-color: rgb(212,105,213); }

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

border-color css

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

 span { border-color: rgb(212,105,213); }

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