Html Css Color HEX #CD63CB Orchid

📋 copy color: '#CD63CB'

red 205 ◦ green 99 ◦ blue 203

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

Shades of Orchid #CD63CB

Tints of Orchid #CD63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 40.43%
G = 19.53%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD63CB (or 0xCD63CB) is known color: Orchid. HEX triplet: CD, 63 and CB. RGB value is (205,99,203). Sum of RGB (Red+Green+Blue) = 205+99+203=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63CB is #329C34. Grayscale: #8E8E8E. Windows color (decimal): -3316789 or 13329357. OLE color: 13329357.

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

Color convert

RGB 205 99 203 -
CMYK 0 0.52 0.01 0.20
HSL 301.13º 0.51% 0.6% -
HSV(B) 301.13º 0.52% 0.8% -
XYZ 40.42 26.21 59.43 -
YUV 142.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 205 99 203 0 0.52 0.01 0.20 301.13 0.51 0.6
Hex CD 63 CB 0 34 1 14 12D 33 3C
Octal 315 143 313 0 64 1 24 455 63 74
Binary 11001101 1100011 11001011 0 110100 1 10100 100101101 110011 111100

Color Harmonies of #CD63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63CB

Black with #CD63CB

Text Example


Text Example

White with #CD63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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