Html Css Color HEX #D366CC Orchid

📋 copy color: '#D366CC'

red 211 ◦ green 102 ◦ blue 204

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

Shades of Orchid #D366CC

Tints of Orchid #D366CC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.73%

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

R = 40.81%
G = 19.73%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D366CC (or 0xD366CC) is known color: Orchid. HEX triplet: D3, 66 and CC. RGB value is (211,102,204). Sum of RGB (Red+Green+Blue) = 211+102+204=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D366CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366CC is #2C9933. Grayscale: #919191. Windows color (decimal): -2922804 or 13395667. OLE color: 13395667.

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

Color convert

RGB 211 102 204 -
CMYK 0 0.52 0.03 0.17
HSL 303.85º 0.55% 0.61% -
HSV(B) 303.85º 0.52% 0.83% -
XYZ 42.51 27.71 60.23 -
YUV 146.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 211 102 204 0 0.52 0.03 0.17 303.85 0.55 0.61
Hex D3 66 CC 0 34 3 11 130 37 3D
Octal 323 146 314 0 64 3 21 460 67 75
Binary 11010011 1100110 11001100 0 110100 11 10001 100110000 110111 111101

Color Harmonies of #D366CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D366CC

Black with #D366CC

Text Example


Text Example

White with #D366CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D366CC; }

 p { color: rgb(211,102,204); }

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

background-color css

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

 a { background-color: rgb(211,102,204); }

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

border-color css

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

 span { border-color: rgb(211,102,204); }

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