Html Css Color HEX #CB38D7 Medium Orchid

📋 copy color: '#CB38D7'

red 203 ◦ green 56 ◦ blue 215

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

Shades of Medium Orchid #CB38D7

Tints of Medium Orchid #CB38D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 42.83%
G = 11.81%
B = 45.36%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB38D7 (or 0xCB38D7) is known color: Medium Orchid. HEX triplet: CB, 38 and D7. RGB value is (203,56,215). Sum of RGB (Red+Green+Blue) = 203+56+215=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB38D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38D7 is #34C728. Grayscale: #757575. Windows color (decimal): -3458857 or 14104779. OLE color: 14104779.

HSL color Cylindrical-coordinate representation of color #CB38D7: hue angle of 295.47º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB38D7 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 56 215 -
CMYK 0.06 0.74 0 0.16
HSL 295.47º 0.67% 0.53% -
HSV(B) 295.47º 0.74% 0.84% -
XYZ 38.31 20.43 66.21 -
YUV 118.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 203 56 215 0.06 0.74 0 0.16 295.47 0.67 0.53
Hex CB 38 D7 6 4A 0 10 127 43 35
Octal 313 70 327 6 112 0 20 447 103 65
Binary 11001011 111000 11010111 110 1001010 0 10000 100100111 1000011 110101

Color Harmonies of #CB38D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38D7

Black with #CB38D7

Text Example


Text Example

White with #CB38D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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