Html Css Color HEX #CB43F9 Medium Orchid

📋 copy color: '#CB43F9'

red 203 ◦ green 67 ◦ blue 249

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

Shades of Medium Orchid #CB43F9

Tints of Medium Orchid #CB43F9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.91%

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 39.11%
G = 12.91%
B = 47.98%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB43F9 (or 0xCB43F9) is known color: Medium Orchid. HEX triplet: CB, 43 and F9. RGB value is (203,67,249). Sum of RGB (Red+Green+Blue) = 203+67+249=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB43F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB43F9 is #34BC06. Grayscale: #7F7F7F. Windows color (decimal): -3456007 or 16335819. OLE color: 16335819.

HSL color Cylindrical-coordinate representation of color #CB43F9: hue angle of 284.84º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB43F9 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 67 249 -
CMYK 0.18 0.73 0 0.02
HSL 284.84º 0.94% 0.62% -
HSV(B) 284.84º 0.73% 0.98% -
XYZ 43.73 23.55 91.86 -
YUV 128.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 203 67 249 0.18 0.73 0 0.02 284.84 0.94 0.62
Hex CB 43 F9 12 49 0 2 11D 5E 3E
Octal 313 103 371 22 111 0 2 435 136 76
Binary 11001011 1000011 11111001 10010 1001001 0 10 100011101 1011110 111110

Color Harmonies of #CB43F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB43F9

Black with #CB43F9

Text Example


Text Example

White with #CB43F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB43F9; }

 p { color: rgb(203,67,249); }

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

background-color css

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

 a { background-color: rgb(203,67,249); }

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

border-color css

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

 span { border-color: rgb(203,67,249); }

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