Html Css Color HEX #CB3ADF Medium Orchid

📋 copy color: '#CB3ADF'

red 203 ◦ green 58 ◦ blue 223

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

Shades of Medium Orchid #CB3ADF

Tints of Medium Orchid #CB3ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.98%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 41.94%
G = 11.98%
B = 46.07%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB3ADF (or 0xCB3ADF) is known color: Medium Orchid. HEX triplet: CB, 3A and DF. RGB value is (203,58,223). Sum of RGB (Red+Green+Blue) = 203+58+223=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB3ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ADF is #34C520. Grayscale: #777777. Windows color (decimal): -3458337 or 14629579. OLE color: 14629579.

HSL color Cylindrical-coordinate representation of color #CB3ADF: hue angle of 292.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3ADF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 58 223 -
CMYK 0.09 0.74 0 0.13
HSL 292.73º 0.72% 0.55% -
HSV(B) 292.73º 0.74% 0.87% -
XYZ 39.46 21.05 71.8 -
YUV 120.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 203 58 223 0.09 0.74 0 0.13 292.73 0.72 0.55
Hex CB 3A DF 9 4A 0 D 125 48 37
Octal 313 72 337 11 112 0 15 445 110 67
Binary 11001011 111010 11011111 1001 1001010 0 1101 100100101 1001000 110111

Color Harmonies of #CB3ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3ADF

Black with #CB3ADF

Text Example


Text Example

White with #CB3ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3ADF; }

 p { color: rgb(203,58,223); }

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

background-color css

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

 a { background-color: rgb(203,58,223); }

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

border-color css

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

 span { border-color: rgb(203,58,223); }

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