Html Css Color HEX #D369D4 Orchid

📋 copy color: '#D369D4'

red 211 ◦ green 105 ◦ blue 212

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

Shades of Orchid #D369D4

Tints of Orchid #D369D4

RGB

 RED value IS 211 (82.81% from 255) = 39.96%

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

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 39.96%
G = 19.89%
B = 40.15%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D369D4 (or 0xD369D4) is known color: Orchid. HEX triplet: D3, 69 and D4. RGB value is (211,105,212). Sum of RGB (Red+Green+Blue) = 211+105+212=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #D369D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369D4 is #2C962B. Grayscale: #949494. Windows color (decimal): -2922028 or 13920723. OLE color: 13920723.

HSL color Cylindrical-coordinate representation of color #D369D4: hue angle of 299.44º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369D4 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 212 -
CMYK 0.00 0.50 0 0.17
HSL 299.44º 0.55% 0.62% -
HSV(B) 299.44º 0.5% 0.83% -
XYZ 43.8 28.71 65.52 -
YUV 148.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 211 105 212 0.00 0.50 0 0.17 299.44 0.55 0.62
Hex D3 69 D4 0 32 0 11 12B 37 3E
Octal 323 151 324 0 62 0 21 453 67 76
Binary 11010011 1101001 11010100 0 110010 0 10001 100101011 110111 111110

Color Harmonies of #D369D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369D4

Black with #D369D4

Text Example


Text Example

White with #D369D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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