Html Css Color HEX #D569C6 Orchid

📋 copy color: '#D569C6'

red 213 ◦ green 105 ◦ blue 198

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

Shades of Orchid #D569C6

Tints of Orchid #D569C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 41.28%
G = 20.35%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D569C6 (or 0xD569C6) is known color: Orchid. HEX triplet: D5, 69 and C6. RGB value is (213,105,198). Sum of RGB (Red+Green+Blue) = 213+105+198=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C6 is #2A9639. Grayscale: #939393. Windows color (decimal): -2790970 or 13003221. OLE color: 13003221.

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

Color convert

RGB 213 105 198 -
CMYK 0 0.51 0.07 0.16
HSL 308.33º 0.56% 0.62% -
HSV(B) 308.33º 0.51% 0.84% -
XYZ 42.69 28.33 56.64 -
YUV 147.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 213 105 198 0 0.51 0.07 0.16 308.33 0.56 0.62
Hex D5 69 C6 0 33 7 10 134 38 3E
Octal 325 151 306 0 63 7 20 464 70 76
Binary 11010101 1101001 11000110 0 110011 111 10000 100110100 111000 111110

Color Harmonies of #D569C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569C6

Black with #D569C6

Text Example


Text Example

White with #D569C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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