Html Css Color HEX #D569C8 Orchid

📋 copy color: '#D569C8'

red 213 ◦ green 105 ◦ blue 200

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

Shades of Orchid #D569C8

Tints of Orchid #D569C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 41.12%
G = 20.27%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D569C8 (or 0xD569C8) is known color: Orchid. HEX triplet: D5, 69 and C8. RGB value is (213,105,200). Sum of RGB (Red+Green+Blue) = 213+105+200=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C8 is #2A9637. Grayscale: #939393. Windows color (decimal): -2790968 or 13134293. OLE color: 13134293.

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

Color convert

RGB 213 105 200 -
CMYK 0 0.51 0.06 0.16
HSL 307.22º 0.56% 0.62% -
HSV(B) 307.22º 0.51% 0.84% -
XYZ 42.92 28.42 57.87 -
YUV 148.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 213 105 200 0 0.51 0.06 0.16 307.22 0.56 0.62
Hex D5 69 C8 0 33 6 10 133 38 3E
Octal 325 151 310 0 63 6 20 463 70 76
Binary 11010101 1101001 11001000 0 110011 110 10000 100110011 111000 111110

Color Harmonies of #D569C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569C8

Black with #D569C8

Text Example


Text Example

White with #D569C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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