Html Css Color HEX #CB35DA Medium Orchid

📋 copy color: '#CB35DA'

red 203 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #CB35DA

Tints of Medium Orchid #CB35DA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.18%

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

R = 42.83%
G = 11.18%
B = 45.99%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB35DA (or 0xCB35DA) is known color: Medium Orchid. HEX triplet: CB, 35 and DA. RGB value is (203,53,218). Sum of RGB (Red+Green+Blue) = 203+53+218=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB35DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35DA is #34CA25. Grayscale: #747474. Windows color (decimal): -3459622 or 14300619. OLE color: 14300619.

HSL color Cylindrical-coordinate representation of color #CB35DA: hue angle of 294.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB35DA is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 53 218 -
CMYK 0.07 0.76 0 0.15
HSL 294.55º 0.69% 0.53% -
HSV(B) 294.55º 0.76% 0.85% -
XYZ 38.56 20.3 68.22 -
YUV 116.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 203 53 218 0.07 0.76 0 0.15 294.55 0.69 0.53
Hex CB 35 DA 7 4C 0 F 127 45 35
Octal 313 65 332 7 114 0 17 447 105 65
Binary 11001011 110101 11011010 111 1001100 0 1111 100100111 1000101 110101

Color Harmonies of #CB35DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35DA

Black with #CB35DA

Text Example


Text Example

White with #CB35DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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