Html Css Color HEX #D567DA Orchid

📋 copy color: '#D567DA'

red 213 ◦ green 103 ◦ blue 218

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

Shades of Orchid #D567DA

Tints of Orchid #D567DA

RGB

 RED value IS 213 (83.59% from 255) = 39.89%

 GREEN value IS 103 (40.63% from 255) = 19.29%

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

R = 39.89%
G = 19.29%
B = 40.82%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D567DA (or 0xD567DA) is known color: Orchid. HEX triplet: D5, 67 and DA. RGB value is (213,103,218). Sum of RGB (Red+Green+Blue) = 213+103+218=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #D567DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567DA is #2A9825. Grayscale: #949494. Windows color (decimal): -2791462 or 14313429. OLE color: 14313429.

HSL color Cylindrical-coordinate representation of color #D567DA: hue angle of 297.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D567DA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 103 218 -
CMYK 0.02 0.53 0 0.15
HSL 297.39º 0.61% 0.63% -
HSV(B) 297.39º 0.53% 0.85% -
XYZ 44.95 28.91 69.54 -
YUV 149 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 213 103 218 0.02 0.53 0 0.15 297.39 0.61 0.63
Hex D5 67 DA 2 35 0 F 129 3D 3F
Octal 325 147 332 2 65 0 17 451 75 77
Binary 11010101 1100111 11011010 10 110101 0 1111 100101001 111101 111111

Color Harmonies of #D567DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567DA

Black with #D567DA

Text Example


Text Example

White with #D567DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567DA; }

 p { color: rgb(213,103,218); }

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

background-color css

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

 a { background-color: rgb(213,103,218); }

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

border-color css

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

 span { border-color: rgb(213,103,218); }

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