Html Css Color HEX #D565CC Orchid

📋 copy color: '#D565CC'

red 213 ◦ green 101 ◦ blue 204

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

Shades of Orchid #D565CC

Tints of Orchid #D565CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 41.12%
G = 19.5%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D565CC (or 0xD565CC) is known color: Orchid. HEX triplet: D5, 65 and CC. RGB value is (213,101,204). Sum of RGB (Red+Green+Blue) = 213+101+204=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D565CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565CC is #2A9A33. Grayscale: #919191. Windows color (decimal): -2791988 or 13395413. OLE color: 13395413.

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

Color convert

RGB 213 101 204 -
CMYK 0 0.53 0.04 0.16
HSL 304.82º 0.57% 0.62% -
HSV(B) 304.82º 0.53% 0.84% -
XYZ 42.99 27.81 60.23 -
YUV 146.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 213 101 204 0 0.53 0.04 0.16 304.82 0.57 0.62
Hex D5 65 CC 0 35 4 10 131 39 3E
Octal 325 145 314 0 65 4 20 461 71 76
Binary 11010101 1100101 11001100 0 110101 100 10000 100110001 111001 111110

Color Harmonies of #D565CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565CC

Black with #D565CC

Text Example


Text Example

White with #D565CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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