Html Css Color HEX #CB3CFF Medium Orchid

📋 copy color: '#CB3CFF'

red 203 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #CB3CFF

Tints of Medium Orchid #CB3CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 39.19%
G = 11.58%
B = 49.23%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB3CFF (or 0xCB3CFF) is known color: Medium Orchid. HEX triplet: CB, 3C and FF. RGB value is (203,60,255). Sum of RGB (Red+Green+Blue) = 203+60+255=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CFF is #34C300. Grayscale: #7C7C7C. Windows color (decimal): -3457793 or 16727243. OLE color: 16727243.

HSL color Cylindrical-coordinate representation of color #CB3CFF: hue angle of 284º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3CFF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 60 255 -
CMYK 0.20 0.76 0 0
HSL 284º 1% 0.62% -
HSV(B) 284º 0.76% 1% -
XYZ 44.29 23.15 96.74 -
YUV 124.99 201.38 183.64 -
System Red Green Blue C M Y K H S L
Decimal 203 60 255 0.20 0.76 0 0 284 1 0.62
Hex CB 3C FF 14 4C 0 0 11C 64 3E
Octal 313 74 377 24 114 0 0 434 144 76
Binary 11001011 111100 11111111 10100 1001100 0 0 100011100 1100100 111110

Color Harmonies of #CB3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3CFF

Black with #CB3CFF

Text Example


Text Example

White with #CB3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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