Html Css Color HEX #D567D0 Orchid

📋 copy color: '#D567D0'

red 213 ◦ green 103 ◦ blue 208

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

Shades of Orchid #D567D0

Tints of Orchid #D567D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 40.65%
G = 19.66%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D567D0 (or 0xD567D0) is known color: Orchid. HEX triplet: D5, 67 and D0. RGB value is (213,103,208). Sum of RGB (Red+Green+Blue) = 213+103+208=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D567D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567D0 is #2A982F. Grayscale: #939393. Windows color (decimal): -2791472 or 13658069. OLE color: 13658069.

HSL color Cylindrical-coordinate representation of color #D567D0: hue angle of 302.73º 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 #D567D0 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 208 -
CMYK 0 0.52 0.02 0.16
HSL 302.73º 0.57% 0.62% -
HSV(B) 302.73º 0.52% 0.84% -
XYZ 43.68 28.4 62.85 -
YUV 147.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 213 103 208 0 0.52 0.02 0.16 302.73 0.57 0.62
Hex D5 67 D0 0 34 2 10 12F 39 3E
Octal 325 147 320 0 64 2 20 457 71 76
Binary 11010101 1100111 11010000 0 110100 10 10000 100101111 111001 111110

Color Harmonies of #D567D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567D0

Black with #D567D0

Text Example


Text Example

White with #D567D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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