Html Css Color HEX #D362CF Orchid

📋 copy color: '#D362CF'

red 211 ◦ green 98 ◦ blue 207

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

Shades of Orchid #D362CF

Tints of Orchid #D362CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.99%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 40.89%
G = 18.99%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D362CF (or 0xD362CF) is known color: Orchid. HEX triplet: D3, 62 and CF. RGB value is (211,98,207). Sum of RGB (Red+Green+Blue) = 211+98+207=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D362CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362CF is #2C9D30. Grayscale: #8F8F8F. Windows color (decimal): -2923825 or 13591251. OLE color: 13591251.

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

Color convert

RGB 211 98 207 -
CMYK 0 0.54 0.02 0.17
HSL 302.12º 0.56% 0.61% -
HSV(B) 302.12º 0.54% 0.83% -
XYZ 42.49 27.09 62.02 -
YUV 144.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 211 98 207 0 0.54 0.02 0.17 302.12 0.56 0.61
Hex D3 62 CF 0 36 2 11 12E 38 3D
Octal 323 142 317 0 66 2 21 456 70 75
Binary 11010011 1100010 11001111 0 110110 10 10001 100101110 111000 111101

Color Harmonies of #D362CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362CF

Black with #D362CF

Text Example


Text Example

White with #D362CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362CF; }

 p { color: rgb(211,98,207); }

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

background-color css

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

 a { background-color: rgb(211,98,207); }

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

border-color css

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

 span { border-color: rgb(211,98,207); }

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