Html Css Color HEX #CB51F4 Medium Orchid

📋 copy color: '#CB51F4'

red 203 ◦ green 81 ◦ blue 244

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

Shades of Medium Orchid #CB51F4

Tints of Medium Orchid #CB51F4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.34%

 BLUE value IS 244 (95.7% from 255) = 46.21%

R = 38.45%
G = 15.34%
B = 46.21%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB51F4 (or 0xCB51F4) is known color: Medium Orchid. HEX triplet: CB, 51 and F4. RGB value is (203,81,244). Sum of RGB (Red+Green+Blue) = 203+81+244=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB51F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51F4 is #34AE0B. Grayscale: #878787. Windows color (decimal): -3452428 or 16011723. OLE color: 16011723.

HSL color Cylindrical-coordinate representation of color #CB51F4: hue angle of 284.91º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB51F4 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 81 244 -
CMYK 0.17 0.67 0 0.04
HSL 284.91º 0.88% 0.64% -
HSV(B) 284.91º 0.67% 0.96% -
XYZ 43.9 25.11 88.12 -
YUV 136.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 203 81 244 0.17 0.67 0 0.04 284.91 0.88 0.64
Hex CB 51 F4 11 43 0 4 11D 58 40
Octal 313 121 364 21 103 0 4 435 130 100
Binary 11001011 1010001 11110100 10001 1000011 0 100 100011101 1011000 1000000

Color Harmonies of #CB51F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51F4

Black with #CB51F4

Text Example


Text Example

White with #CB51F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51F4; }

 p { color: rgb(203,81,244); }

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

background-color css

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

 a { background-color: rgb(203,81,244); }

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

border-color css

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

 span { border-color: rgb(203,81,244); }

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