Html Css Color HEX #CB3CDA Medium Orchid

📋 copy color: '#CB3CDA'

red 203 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #CB3CDA

Tints of Medium Orchid #CB3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.47%

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

R = 42.2%
G = 12.47%
B = 45.32%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB3CDA (or 0xCB3CDA) is known color: Medium Orchid. HEX triplet: CB, 3C and DA. RGB value is (203,60,218). Sum of RGB (Red+Green+Blue) = 203+60+218=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CDA is #34C325. Grayscale: #787878. Windows color (decimal): -3457830 or 14302411. OLE color: 14302411.

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

Color convert

RGB 203 60 218 -
CMYK 0.07 0.72 0 0.15
HSL 294.3º 0.68% 0.55% -
HSV(B) 294.3º 0.72% 0.85% -
XYZ 38.9 20.99 68.33 -
YUV 120.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 203 60 218 0.07 0.72 0 0.15 294.3 0.68 0.55
Hex CB 3C DA 7 48 0 F 126 44 37
Octal 313 74 332 7 110 0 17 446 104 67
Binary 11001011 111100 11011010 111 1001000 0 1111 100100110 1000100 110111

Color Harmonies of #CB3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3CDA

Black with #CB3CDA

Text Example


Text Example

White with #CB3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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