Html Css Color HEX #CD63DF Orchid

📋 copy color: '#CD63DF'

red 205 ◦ green 99 ◦ blue 223

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

Shades of Orchid #CD63DF

Tints of Orchid #CD63DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 38.9%
G = 18.79%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD63DF (or 0xCD63DF) is known color: Orchid. HEX triplet: CD, 63 and DF. RGB value is (205,99,223). Sum of RGB (Red+Green+Blue) = 205+99+223=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63DF is #329C20. Grayscale: #909090. Windows color (decimal): -3316769 or 14640077. OLE color: 14640077.

HSL color Cylindrical-coordinate representation of color #CD63DF: hue angle of 291.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD63DF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 99 223 -
CMYK 0.08 0.56 0 0.13
HSL 291.29º 0.66% 0.63% -
HSV(B) 291.29º 0.56% 0.87% -
XYZ 42.96 27.23 72.8 -
YUV 144.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 205 99 223 0.08 0.56 0 0.13 291.29 0.66 0.63
Hex CD 63 DF 8 38 0 D 123 42 3F
Octal 315 143 337 10 70 0 15 443 102 77
Binary 11001101 1100011 11011111 1000 111000 0 1101 100100011 1000010 111111

Color Harmonies of #CD63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63DF

Black with #CD63DF

Text Example


Text Example

White with #CD63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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