Html Css Color HEX #D569C1 Orchid

📋 copy color: '#D569C1'

red 213 ◦ green 105 ◦ blue 193

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

Shades of Orchid #D569C1

Tints of Orchid #D569C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 41.68%
G = 20.55%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D569C1 (or 0xD569C1) is known color: Orchid. HEX triplet: D5, 69 and C1. RGB value is (213,105,193). Sum of RGB (Red+Green+Blue) = 213+105+193=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C1 is #2A963E. Grayscale: #939393. Windows color (decimal): -2790975 or 12675541. OLE color: 12675541.

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

Color convert

RGB 213 105 193 -
CMYK 0 0.51 0.09 0.16
HSL 311.11º 0.56% 0.62% -
HSV(B) 311.11º 0.51% 0.84% -
XYZ 42.12 28.1 53.66 -
YUV 147.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 213 105 193 0 0.51 0.09 0.16 311.11 0.56 0.62
Hex D5 69 C1 0 33 9 10 137 38 3E
Octal 325 151 301 0 63 11 20 467 70 76
Binary 11010101 1101001 11000001 0 110011 1001 10000 100110111 111000 111110

Color Harmonies of #D569C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569C1

Black with #D569C1

Text Example


Text Example

White with #D569C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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