Html Css Color HEX #D369CB Orchid

📋 copy color: '#D369CB'

red 211 ◦ green 105 ◦ blue 203

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

Shades of Orchid #D369CB

Tints of Orchid #D369CB

RGB

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

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

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

R = 40.66%
G = 20.23%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D369CB (or 0xD369CB) is known color: Orchid. HEX triplet: D3, 69 and CB. RGB value is (211,105,203). Sum of RGB (Red+Green+Blue) = 211+105+203=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D369CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369CB is #2C9634. Grayscale: #939393. Windows color (decimal): -2922037 or 13330899. OLE color: 13330899.

HSL color Cylindrical-coordinate representation of color #D369CB: hue angle of 304.53º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369CB is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 203 -
CMYK 0 0.50 0.04 0.17
HSL 304.53º 0.55% 0.62% -
HSV(B) 304.53º 0.5% 0.83% -
XYZ 42.7 28.26 59.71 -
YUV 147.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 211 105 203 0 0.50 0.04 0.17 304.53 0.55 0.62
Hex D3 69 CB 0 32 4 11 131 37 3E
Octal 323 151 313 0 62 4 21 461 67 76
Binary 11010011 1101001 11001011 0 110010 100 10001 100110001 110111 111110

Color Harmonies of #D369CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369CB

Black with #D369CB

Text Example


Text Example

White with #D369CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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