Html Css Color HEX #CB38FC Medium Orchid

📋 copy color: '#CB38FC'

red 203 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #CB38FC

Tints of Medium Orchid #CB38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.96%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 39.73%
G = 10.96%
B = 49.32%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB38FC (or 0xCB38FC) is known color: Medium Orchid. HEX triplet: CB, 38 and FC. RGB value is (203,56,252). Sum of RGB (Red+Green+Blue) = 203+56+252=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB38FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38FC is #34C703. Grayscale: #797979. Windows color (decimal): -3458820 or 16529611. OLE color: 16529611.

HSL color Cylindrical-coordinate representation of color #CB38FC: hue angle of 285º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB38FC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 56 252 -
CMYK 0.19 0.78 0 0.01
HSL 285º 0.97% 0.6% -
HSV(B) 285º 0.78% 0.99% -
XYZ 43.61 22.55 94.15 -
YUV 122.3 201.2 185.56 -
System Red Green Blue C M Y K H S L
Decimal 203 56 252 0.19 0.78 0 0.01 285 0.97 0.6
Hex CB 38 FC 13 4E 0 1 11D 61 3C
Octal 313 70 374 23 116 0 1 435 141 74
Binary 11001011 111000 11111100 10011 1001110 0 1 100011101 1100001 111100

Color Harmonies of #CB38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38FC

Black with #CB38FC

Text Example


Text Example

White with #CB38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38FC; }

 p { color: rgb(203,56,252); }

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

background-color css

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

 a { background-color: rgb(203,56,252); }

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

border-color css

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

 span { border-color: rgb(203,56,252); }

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