Html Css Color HEX #CD63D5 Orchid

📋 copy color: '#CD63D5'

red 205 ◦ green 99 ◦ blue 213

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

Shades of Orchid #CD63D5

Tints of Orchid #CD63D5

RGB

 RED value IS 205 (80.47% from 255) = 39.65%

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

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 39.65%
G = 19.15%
B = 41.2%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD63D5 (or 0xCD63D5) is known color: Orchid. HEX triplet: CD, 63 and D5. RGB value is (205,99,213). Sum of RGB (Red+Green+Blue) = 205+99+213=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63D5 is #329C2A. Grayscale: #8F8F8F. Windows color (decimal): -3316779 or 13984717. OLE color: 13984717.

HSL color Cylindrical-coordinate representation of color #CD63D5: hue angle of 295.79º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD63D5 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 99 213 -
CMYK 0.04 0.54 0 0.16
HSL 295.79º 0.58% 0.61% -
HSV(B) 295.79º 0.54% 0.84% -
XYZ 41.65 26.71 65.91 -
YUV 143.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 205 99 213 0.04 0.54 0 0.16 295.79 0.58 0.61
Hex CD 63 D5 4 36 0 10 128 3A 3D
Octal 315 143 325 4 66 0 20 450 72 75
Binary 11001101 1100011 11010101 100 110110 0 10000 100101000 111010 111101

Color Harmonies of #CD63D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63D5

Black with #CD63D5

Text Example


Text Example

White with #CD63D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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