Html Css Color HEX #D569CA Orchid

📋 copy color: '#D569CA'

red 213 ◦ green 105 ◦ blue 202

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

Shades of Orchid #D569CA

Tints of Orchid #D569CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 40.96%
G = 20.19%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D569CA (or 0xD569CA) is known color: Orchid. HEX triplet: D5, 69 and CA. RGB value is (213,105,202). Sum of RGB (Red+Green+Blue) = 213+105+202=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D569CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569CA is #2A9635. Grayscale: #949494. Windows color (decimal): -2790966 or 13265365. OLE color: 13265365.

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

Color convert

RGB 213 105 202 -
CMYK 0 0.51 0.05 0.16
HSL 306.11º 0.56% 0.62% -
HSV(B) 306.11º 0.51% 0.84% -
XYZ 43.15 28.51 59.11 -
YUV 148.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 213 105 202 0 0.51 0.05 0.16 306.11 0.56 0.62
Hex D5 69 CA 0 33 5 10 132 38 3E
Octal 325 151 312 0 63 5 20 462 70 76
Binary 11010101 1101001 11001010 0 110011 101 10000 100110010 111000 111110

Color Harmonies of #D569CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569CA

Black with #D569CA

Text Example


Text Example

White with #D569CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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