Html Css Color HEX #D567D5 Orchid

📋 copy color: '#D567D5'

red 213 ◦ green 103 ◦ blue 213

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

Shades of Orchid #D567D5

Tints of Orchid #D567D5

RGB

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

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

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

R = 40.26%
G = 19.47%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D567D5 (or 0xD567D5) is known color: Orchid. HEX triplet: D5, 67 and D5. RGB value is (213,103,213). Sum of RGB (Red+Green+Blue) = 213+103+213=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D567D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567D5 is #2A982A. Grayscale: #949494. Windows color (decimal): -2791467 or 13985749. OLE color: 13985749.

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

Color convert

RGB 213 103 213 -
CMYK 0 0.52 0 0.16
HSL 300º 0.57% 0.62% -
HSV(B) 300º 0.52% 0.84% -
XYZ 44.3 28.65 66.15 -
YUV 148.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 213 103 213 0 0.52 0 0.16 300 0.57 0.62
Hex D5 67 D5 0 34 0 10 12C 39 3E
Octal 325 147 325 0 64 0 20 454 71 76
Binary 11010101 1100111 11010101 0 110100 0 10000 100101100 111001 111110

Color Harmonies of #D567D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567D5

Black with #D567D5

Text Example


Text Example

White with #D567D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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