Html Css Color HEX #D565CE Orchid

📋 copy color: '#D565CE'

red 213 ◦ green 101 ◦ blue 206

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

Shades of Orchid #D565CE

Tints of Orchid #D565CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.42%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 40.96%
G = 19.42%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D565CE (or 0xD565CE) is known color: Orchid. HEX triplet: D5, 65 and CE. RGB value is (213,101,206). Sum of RGB (Red+Green+Blue) = 213+101+206=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D565CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565CE is #2A9A31. Grayscale: #929292. Windows color (decimal): -2791986 or 13526485. OLE color: 13526485.

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

Color convert

RGB 213 101 206 -
CMYK 0 0.53 0.03 0.16
HSL 303.75º 0.57% 0.62% -
HSV(B) 303.75º 0.53% 0.84% -
XYZ 43.23 27.91 61.5 -
YUV 146.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 213 101 206 0 0.53 0.03 0.16 303.75 0.57 0.62
Hex D5 65 CE 0 35 3 10 130 39 3E
Octal 325 145 316 0 65 3 20 460 71 76
Binary 11010101 1100101 11001110 0 110101 11 10000 100110000 111001 111110

Color Harmonies of #D565CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565CE

Black with #D565CE

Text Example


Text Example

White with #D565CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565CE; }

 p { color: rgb(213,101,206); }

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

background-color css

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

 a { background-color: rgb(213,101,206); }

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

border-color css

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

 span { border-color: rgb(213,101,206); }

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