Html Css Color HEX #CB63CE Orchid

📋 copy color: '#CB63CE'

red 203 ◦ green 99 ◦ blue 206

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

Shades of Orchid #CB63CE

Tints of Orchid #CB63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 39.96%
G = 19.49%
B = 40.55%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB63CE (or 0xCB63CE) is known color: Orchid. HEX triplet: CB, 63 and CE. RGB value is (203,99,206). Sum of RGB (Red+Green+Blue) = 203+99+206=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63CE is #349C31. Grayscale: #8D8D8D. Windows color (decimal): -3447858 or 13525963. OLE color: 13525963.

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

Color convert

RGB 203 99 206 -
CMYK 0.01 0.52 0 0.19
HSL 298.32º 0.52% 0.6% -
HSV(B) 298.32º 0.52% 0.81% -
XYZ 40.23 26.08 61.31 -
YUV 142.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 203 99 206 0.01 0.52 0 0.19 298.32 0.52 0.6
Hex CB 63 CE 1 34 0 13 12A 34 3C
Octal 313 143 316 1 64 0 23 452 64 74
Binary 11001011 1100011 11001110 1 110100 0 10011 100101010 110100 111100

Color Harmonies of #CB63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63CE

Black with #CB63CE

Text Example


Text Example

White with #CB63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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