Html Css Color HEX #CB55DA Medium Orchid

📋 copy color: '#CB55DA'

red 203 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #CB55DA

Tints of Medium Orchid #CB55DA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.8%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 40.12%
G = 16.8%
B = 43.08%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB55DA (or 0xCB55DA) is known color: Medium Orchid. HEX triplet: CB, 55 and DA. RGB value is (203,85,218). Sum of RGB (Red+Green+Blue) = 203+85+218=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB55DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55DA is #34AA25. Grayscale: #878787. Windows color (decimal): -3451430 or 14308811. OLE color: 14308811.

HSL color Cylindrical-coordinate representation of color #CB55DA: hue angle of 293.23º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB55DA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 85 218 -
CMYK 0.07 0.61 0 0.15
HSL 293.23º 0.64% 0.59% -
HSV(B) 293.23º 0.61% 0.85% -
XYZ 40.53 24.26 68.88 -
YUV 135.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 203 85 218 0.07 0.61 0 0.15 293.23 0.64 0.59
Hex CB 55 DA 7 3D 0 F 125 40 3B
Octal 313 125 332 7 75 0 17 445 100 73
Binary 11001011 1010101 11011010 111 111101 0 1111 100100101 1000000 111011

Color Harmonies of #CB55DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55DA

Black with #CB55DA

Text Example


Text Example

White with #CB55DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55DA; }

 p { color: rgb(203,85,218); }

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

background-color css

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

 a { background-color: rgb(203,85,218); }

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

border-color css

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

 span { border-color: rgb(203,85,218); }

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