Html Css Color HEX #CB41DA Medium Orchid

📋 copy color: '#CB41DA'

red 203 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #CB41DA

Tints of Medium Orchid #CB41DA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.37%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 41.77%
G = 13.37%
B = 44.86%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB41DA (or 0xCB41DA) is known color: Medium Orchid. HEX triplet: CB, 41 and DA. RGB value is (203,65,218). Sum of RGB (Red+Green+Blue) = 203+65+218=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41DA is #34BE25. Grayscale: #7B7B7B. Windows color (decimal): -3456550 or 14303691. OLE color: 14303691.

HSL color Cylindrical-coordinate representation of color #CB41DA: hue angle of 294.12º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB41DA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 65 218 -
CMYK 0.07 0.70 0 0.15
HSL 294.12º 0.67% 0.55% -
HSV(B) 294.12º 0.7% 0.85% -
XYZ 39.17 21.54 68.42 -
YUV 123.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 203 65 218 0.07 0.70 0 0.15 294.12 0.67 0.55
Hex CB 41 DA 7 46 0 F 126 43 37
Octal 313 101 332 7 106 0 17 446 103 67
Binary 11001011 1000001 11011010 111 1000110 0 1111 100100110 1000011 110111

Color Harmonies of #CB41DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41DA

Black with #CB41DA

Text Example


Text Example

White with #CB41DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41DA; }

 p { color: rgb(203,65,218); }

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

background-color css

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

 a { background-color: rgb(203,65,218); }

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

border-color css

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

 span { border-color: rgb(203,65,218); }

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