Html Css Color HEX #D063CD Orchid

📋 copy color: '#D063CD'

red 208 ◦ green 99 ◦ blue 205

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

Shades of Orchid #D063CD

Tints of Orchid #D063CD

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

 GREEN value IS 99 (39.06% from 255) = 19.34%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 40.63%
G = 19.34%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D063CD (or 0xD063CD) is known color: Orchid. HEX triplet: D0, 63 and CD. RGB value is (208,99,205). Sum of RGB (Red+Green+Blue) = 208+99+205=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D063CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063CD is #2F9C32. Grayscale: #8F8F8F. Windows color (decimal): -3120179 or 13460432. OLE color: 13460432.

HSL color Cylindrical-coordinate representation of color #D063CD: hue angle of 301.65º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D063CD is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 205 -
CMYK 0 0.52 0.01 0.18
HSL 301.65º 0.54% 0.6% -
HSV(B) 301.65º 0.52% 0.82% -
XYZ 41.49 26.74 60.73 -
YUV 143.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 208 99 205 0 0.52 0.01 0.18 301.65 0.54 0.6
Hex D0 63 CD 0 34 1 12 12E 36 3C
Octal 320 143 315 0 64 1 22 456 66 74
Binary 11010000 1100011 11001101 0 110100 1 10010 100101110 110110 111100

Color Harmonies of #D063CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D063CD

Black with #D063CD

Text Example


Text Example

White with #D063CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D063CD; }

 p { color: rgb(208,99,205); }

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

background-color css

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

 a { background-color: rgb(208,99,205); }

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

border-color css

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

 span { border-color: rgb(208,99,205); }

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