Html Css Color HEX #CB63D5 Orchid

📋 copy color: '#CB63D5'

red 203 ◦ green 99 ◦ blue 213

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

Shades of Orchid #CB63D5

Tints of Orchid #CB63D5

RGB

 RED value IS 203 (79.69% from 255) = 39.42%

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

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

R = 39.42%
G = 19.22%
B = 41.36%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB63D5 (or 0xCB63D5) is known color: Orchid. HEX triplet: CB, 63 and D5. RGB value is (203,99,213). Sum of RGB (Red+Green+Blue) = 203+99+213=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63D5 is #349C2A. Grayscale: #8E8E8E. Windows color (decimal): -3447851 or 13984715. OLE color: 13984715.

HSL color Cylindrical-coordinate representation of color #CB63D5: hue angle of 294.74º 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 #CB63D5 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 99 213 -
CMYK 0.05 0.54 0 0.16
HSL 294.74º 0.58% 0.61% -
HSV(B) 294.74º 0.54% 0.84% -
XYZ 41.1 26.42 65.88 -
YUV 143.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 203 99 213 0.05 0.54 0 0.16 294.74 0.58 0.61
Hex CB 63 D5 5 36 0 10 127 3A 3D
Octal 313 143 325 5 66 0 20 447 72 75
Binary 11001011 1100011 11010101 101 110110 0 10000 100100111 111010 111101

Color Harmonies of #CB63D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63D5

Black with #CB63D5

Text Example


Text Example

White with #CB63D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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