Html Css Color HEX #CB52DA Medium Orchid

📋 copy color: '#CB52DA'

red 203 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #CB52DA

Tints of Medium Orchid #CB52DA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.3%

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

R = 40.36%
G = 16.3%
B = 43.34%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB52DA (or 0xCB52DA) is known color: Medium Orchid. HEX triplet: CB, 52 and DA. RGB value is (203,82,218). Sum of RGB (Red+Green+Blue) = 203+82+218=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52DA is #34AD25. Grayscale: #858585. Windows color (decimal): -3452198 or 14308043. OLE color: 14308043.

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

Color convert

RGB 203 82 218 -
CMYK 0.07 0.62 0 0.15
HSL 293.38º 0.65% 0.59% -
HSV(B) 293.38º 0.62% 0.85% -
XYZ 40.3 23.79 68.8 -
YUV 133.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 203 82 218 0.07 0.62 0 0.15 293.38 0.65 0.59
Hex CB 52 DA 7 3E 0 F 125 41 3B
Octal 313 122 332 7 76 0 17 445 101 73
Binary 11001011 1010010 11011010 111 111110 0 1111 100100101 1000001 111011

Color Harmonies of #CB52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52DA

Black with #CB52DA

Text Example


Text Example

White with #CB52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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