Html Css Color HEX #D565CB Orchid

📋 copy color: '#D565CB'

red 213 ◦ green 101 ◦ blue 203

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

Shades of Orchid #D565CB

Tints of Orchid #D565CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 41.2%
G = 19.54%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D565CB (or 0xD565CB) is known color: Orchid. HEX triplet: D5, 65 and CB. RGB value is (213,101,203). Sum of RGB (Red+Green+Blue) = 213+101+203=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D565CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565CB is #2A9A34. Grayscale: #919191. Windows color (decimal): -2791989 or 13329877. OLE color: 13329877.

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

Color convert

RGB 213 101 203 -
CMYK 0 0.53 0.05 0.16
HSL 305.36º 0.57% 0.62% -
HSV(B) 305.36º 0.53% 0.84% -
XYZ 42.87 27.77 59.6 -
YUV 146.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 213 101 203 0 0.53 0.05 0.16 305.36 0.57 0.62
Hex D5 65 CB 0 35 5 10 131 39 3E
Octal 325 145 313 0 65 5 20 461 71 76
Binary 11010101 1100101 11001011 0 110101 101 10000 100110001 111001 111110

Color Harmonies of #D565CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565CB

Black with #D565CB

Text Example


Text Example

White with #D565CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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