Html Css Color HEX #CB63D0 Orchid

📋 copy color: '#CB63D0'

red 203 ◦ green 99 ◦ blue 208

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

Shades of Orchid #CB63D0

Tints of Orchid #CB63D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 39.8%
G = 19.41%
B = 40.78%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB63D0 (or 0xCB63D0) is known color: Orchid. HEX triplet: CB, 63 and D0. RGB value is (203,99,208). Sum of RGB (Red+Green+Blue) = 203+99+208=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63D0 is #349C2F. Grayscale: #8E8E8E. Windows color (decimal): -3447856 or 13657035. OLE color: 13657035.

HSL color Cylindrical-coordinate representation of color #CB63D0: hue angle of 297.25º 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 #CB63D0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 99 208 -
CMYK 0.02 0.52 0 0.18
HSL 297.25º 0.54% 0.6% -
HSV(B) 297.25º 0.52% 0.82% -
XYZ 40.48 26.17 62.59 -
YUV 142.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 203 99 208 0.02 0.52 0 0.18 297.25 0.54 0.6
Hex CB 63 D0 2 34 0 12 129 36 3C
Octal 313 143 320 2 64 0 22 451 66 74
Binary 11001011 1100011 11010000 10 110100 0 10010 100101001 110110 111100

Color Harmonies of #CB63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63D0

Black with #CB63D0

Text Example


Text Example

White with #CB63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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