Html Css Color HEX #CB3DDA Medium Orchid

📋 copy color: '#CB3DDA'

red 203 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #CB3DDA

Tints of Medium Orchid #CB3DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.66%

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

R = 42.12%
G = 12.66%
B = 45.23%

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

#CB3DDA (or 0xCB3DDA) is known color: Medium Orchid. HEX triplet: CB, 3D and DA. RGB value is (203,61,218). Sum of RGB (Red+Green+Blue) = 203+61+218=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DDA is #34C225. Grayscale: #787878. Windows color (decimal): -3457574 or 14302667. OLE color: 14302667.

HSL color Cylindrical-coordinate representation of color #CB3DDA: hue angle of 294.27º 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 #CB3DDA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 61 218 -
CMYK 0.07 0.72 0 0.15
HSL 294.27º 0.68% 0.55% -
HSV(B) 294.27º 0.72% 0.85% -
XYZ 38.95 21.1 68.35 -
YUV 121.36 182.54 186.23 -
System Red Green Blue C M Y K H S L
Decimal 203 61 218 0.07 0.72 0 0.15 294.27 0.68 0.55
Hex CB 3D DA 7 48 0 F 126 44 37
Octal 313 75 332 7 110 0 17 446 104 67
Binary 11001011 111101 11011010 111 1001000 0 1111 100100110 1000100 110111

Color Harmonies of #CB3DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3DDA

Black with #CB3DDA

Text Example


Text Example

White with #CB3DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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