Html Css Color HEX #CB64DC Medium Orchid

📋 copy color: '#CB64DC'

red 203 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #CB64DC

Tints of Medium Orchid #CB64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.12%

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 38.81%
G = 19.12%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB64DC (or 0xCB64DC) is known color: Medium Orchid. HEX triplet: CB, 64 and DC. RGB value is (203,100,220). Sum of RGB (Red+Green+Blue) = 203+100+220=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64DC is #349B23. Grayscale: #909090. Windows color (decimal): -3447588 or 14443723. OLE color: 14443723.

HSL color Cylindrical-coordinate representation of color #CB64DC: hue angle of 291.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB64DC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 100 220 -
CMYK 0.08 0.55 0 0.14
HSL 291.5º 0.63% 0.63% -
HSV(B) 291.5º 0.55% 0.86% -
XYZ 42.1 26.98 70.7 -
YUV 144.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 203 100 220 0.08 0.55 0 0.14 291.5 0.63 0.63
Hex CB 64 DC 8 37 0 E 124 3F 3F
Octal 313 144 334 10 67 0 16 444 77 77
Binary 11001011 1100100 11011100 1000 110111 0 1110 100100100 111111 111111

Color Harmonies of #CB64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64DC

Black with #CB64DC

Text Example


Text Example

White with #CB64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64DC; }

 p { color: rgb(203,100,220); }

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

background-color css

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

 a { background-color: rgb(203,100,220); }

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

border-color css

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

 span { border-color: rgb(203,100,220); }

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