Html Css Color HEX #CB43D7 Medium Orchid

📋 copy color: '#CB43D7'

red 203 ◦ green 67 ◦ blue 215

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

Shades of Medium Orchid #CB43D7

Tints of Medium Orchid #CB43D7

RGB

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

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

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

R = 41.86%
G = 13.81%
B = 44.33%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB43D7 (or 0xCB43D7) is known color: Medium Orchid. HEX triplet: CB, 43 and D7. RGB value is (203,67,215). Sum of RGB (Red+Green+Blue) = 203+67+215=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB43D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43D7 is #34BC28. Grayscale: #7C7C7C. Windows color (decimal): -3456041 or 14107595. OLE color: 14107595.

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

Color convert

RGB 203 67 215 -
CMYK 0.06 0.69 0 0.16
HSL 295.14º 0.65% 0.55% -
HSV(B) 295.14º 0.69% 0.84% -
XYZ 38.9 21.62 66.41 -
YUV 124.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 203 67 215 0.06 0.69 0 0.16 295.14 0.65 0.55
Hex CB 43 D7 6 45 0 10 127 41 37
Octal 313 103 327 6 105 0 20 447 101 67
Binary 11001011 1000011 11010111 110 1000101 0 10000 100100111 1000001 110111

Color Harmonies of #CB43D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB43D7

Black with #CB43D7

Text Example


Text Example

White with #CB43D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB43D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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