Html Css Color HEX #D367CB Orchid

📋 copy color: '#D367CB'

red 211 ◦ green 103 ◦ blue 203

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

Shades of Orchid #D367CB

Tints of Orchid #D367CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.92%

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

R = 40.81%
G = 19.92%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D367CB (or 0xD367CB) is known color: Orchid. HEX triplet: D3, 67 and CB. RGB value is (211,103,203). Sum of RGB (Red+Green+Blue) = 211+103+203=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D367CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367CB is #2C9834. Grayscale: #929292. Windows color (decimal): -2922549 or 13330387. OLE color: 13330387.

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

Color convert

RGB 211 103 203 -
CMYK 0 0.51 0.04 0.17
HSL 304.44º 0.55% 0.62% -
HSV(B) 304.44º 0.51% 0.83% -
XYZ 42.49 27.86 59.64 -
YUV 146.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 211 103 203 0 0.51 0.04 0.17 304.44 0.55 0.62
Hex D3 67 CB 0 33 4 11 130 37 3E
Octal 323 147 313 0 63 4 21 460 67 76
Binary 11010011 1100111 11001011 0 110011 100 10001 100110000 110111 111110

Color Harmonies of #D367CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D367CB

Black with #D367CB

Text Example


Text Example

White with #D367CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D367CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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