Html Css Color HEX #D469DF Orchid

📋 copy color: '#D469DF'

red 212 ◦ green 105 ◦ blue 223

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

Shades of Orchid #D469DF

Tints of Orchid #D469DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 39.26%
G = 19.44%
B = 41.3%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D469DF (or 0xD469DF) is known color: Orchid. HEX triplet: D4, 69 and DF. RGB value is (212,105,223). Sum of RGB (Red+Green+Blue) = 212+105+223=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D469DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469DF is #2B9620. Grayscale: #969696. Windows color (decimal): -2856481 or 14641620. OLE color: 14641620.

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

Color convert

RGB 212 105 223 -
CMYK 0.05 0.53 0 0.13
HSL 294.41º 0.65% 0.64% -
HSV(B) 294.41º 0.53% 0.87% -
XYZ 45.52 29.43 73.09 -
YUV 150.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 212 105 223 0.05 0.53 0 0.13 294.41 0.65 0.64
Hex D4 69 DF 5 35 0 D 126 41 40
Octal 324 151 337 5 65 0 15 446 101 100
Binary 11010100 1101001 11011111 101 110101 0 1101 100100110 1000001 1000000

Color Harmonies of #D469DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469DF

Black with #D469DF

Text Example


Text Example

White with #D469DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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