Html Css Color HEX #D363CB Orchid

📋 copy color: '#D363CB'

red 211 ◦ green 99 ◦ blue 203

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

Shades of Orchid #D363CB

Tints of Orchid #D363CB

RGB

 RED value IS 211 (82.81% from 255) = 41.13%

 GREEN value IS 99 (39.06% from 255) = 19.3%

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

R = 41.13%
G = 19.3%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D363CB (or 0xD363CB) is known color: Orchid. HEX triplet: D3, 63 and CB. RGB value is (211,99,203). Sum of RGB (Red+Green+Blue) = 211+99+203=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D363CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363CB is #2C9C34. Grayscale: #909090. Windows color (decimal): -2923573 or 13329363. OLE color: 13329363.

HSL color Cylindrical-coordinate representation of color #D363CB: hue angle of 304.29º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D363CB is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 99 203 -
CMYK 0 0.53 0.04 0.17
HSL 304.29º 0.56% 0.61% -
HSV(B) 304.29º 0.53% 0.83% -
XYZ 42.11 27.08 59.51 -
YUV 144.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 211 99 203 0 0.53 0.04 0.17 304.29 0.56 0.61
Hex D3 63 CB 0 35 4 11 130 38 3D
Octal 323 143 313 0 65 4 21 460 70 75
Binary 11010011 1100011 11001011 0 110101 100 10001 100110000 111000 111101

Color Harmonies of #D363CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363CB

Black with #D363CB

Text Example


Text Example

White with #D363CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363CB; }

 p { color: rgb(211,99,203); }

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

background-color css

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

 a { background-color: rgb(211,99,203); }

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

border-color css

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

 span { border-color: rgb(211,99,203); }

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