Html Css Color HEX #D366CA Orchid

📋 copy color: '#D366CA'

red 211 ◦ green 102 ◦ blue 202

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

Shades of Orchid #D366CA

Tints of Orchid #D366CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.22%

R = 40.97%
G = 19.81%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D366CA (or 0xD366CA) is known color: Orchid. HEX triplet: D3, 66 and CA. RGB value is (211,102,202). Sum of RGB (Red+Green+Blue) = 211+102+202=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D366CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366CA is #2C9935. Grayscale: #919191. Windows color (decimal): -2922806 or 13264595. OLE color: 13264595.

HSL color Cylindrical-coordinate representation of color #D366CA: hue angle of 304.95º 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 #D366CA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 102 202 -
CMYK 0 0.52 0.04 0.17
HSL 304.95º 0.55% 0.61% -
HSV(B) 304.95º 0.52% 0.83% -
XYZ 42.28 27.62 58.98 -
YUV 145.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 211 102 202 0 0.52 0.04 0.17 304.95 0.55 0.61
Hex D3 66 CA 0 34 4 11 131 37 3D
Octal 323 146 312 0 64 4 21 461 67 75
Binary 11010011 1100110 11001010 0 110100 100 10001 100110001 110111 111101

Color Harmonies of #D366CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D366CA

Black with #D366CA

Text Example


Text Example

White with #D366CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D366CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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