Html Css Color HEX #D569C0 Orchid

📋 copy color: '#D569C0'

red 213 ◦ green 105 ◦ blue 192

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

Shades of Orchid #D569C0

Tints of Orchid #D569C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 41.76%
G = 20.59%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D569C0 (or 0xD569C0) is known color: Orchid. HEX triplet: D5, 69 and C0. RGB value is (213,105,192). Sum of RGB (Red+Green+Blue) = 213+105+192=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C0 is #2A963F. Grayscale: #929292. Windows color (decimal): -2790976 or 12610005. OLE color: 12610005.

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

Color convert

RGB 213 105 192 -
CMYK 0 0.51 0.10 0.16
HSL 311.67º 0.56% 0.62% -
HSV(B) 311.67º 0.51% 0.84% -
XYZ 42.01 28.06 53.07 -
YUV 147.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 213 105 192 0 0.51 0.10 0.16 311.67 0.56 0.62
Hex D5 69 C0 0 33 A 10 138 38 3E
Octal 325 151 300 0 63 12 20 470 70 76
Binary 11010101 1101001 11000000 0 110011 1010 10000 100111000 111000 111110

Color Harmonies of #D569C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569C0

Black with #D569C0

Text Example


Text Example

White with #D569C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569C0; }

 p { color: rgb(213,105,192); }

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

background-color css

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

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

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

border-color css

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

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

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