Html Css Color HEX #CB5CEB Medium Orchid

📋 copy color: '#CB5CEB'

red 203 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #CB5CEB

Tints of Medium Orchid #CB5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.36%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 38.3%
G = 17.36%
B = 44.34%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB5CEB (or 0xCB5CEB) is known color: Medium Orchid. HEX triplet: CB, 5C and EB. RGB value is (203,92,235). Sum of RGB (Red+Green+Blue) = 203+92+235=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5CEB is #34A314. Grayscale: #8D8D8D. Windows color (decimal): -3449621 or 15424715. OLE color: 15424715.

HSL color Cylindrical-coordinate representation of color #CB5CEB: hue angle of 286.57º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5CEB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 92 235 -
CMYK 0.14 0.61 0 0.08
HSL 286.57º 0.78% 0.64% -
HSV(B) 286.57º 0.61% 0.92% -
XYZ 43.45 26.35 81.39 -
YUV 141.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 203 92 235 0.14 0.61 0 0.08 286.57 0.78 0.64
Hex CB 5C EB E 3D 0 8 11F 4E 40
Octal 313 134 353 16 75 0 10 437 116 100
Binary 11001011 1011100 11101011 1110 111101 0 1000 100011111 1001110 1000000

Color Harmonies of #CB5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CEB

Black with #CB5CEB

Text Example


Text Example

White with #CB5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CEB; }

 p { color: rgb(203,92,235); }

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

background-color css

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

 a { background-color: rgb(203,92,235); }

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

border-color css

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

 span { border-color: rgb(203,92,235); }

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