Html Css Color HEX #CB66E4 Medium Orchid

📋 copy color: '#CB66E4'

red 203 ◦ green 102 ◦ blue 228

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

Shades of Medium Orchid #CB66E4

Tints of Medium Orchid #CB66E4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.14%

 BLUE value IS 228 (89.45% from 255) = 42.78%

R = 38.09%
G = 19.14%
B = 42.78%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB66E4 (or 0xCB66E4) is known color: Medium Orchid. HEX triplet: CB, 66 and E4. RGB value is (203,102,228). Sum of RGB (Red+Green+Blue) = 203+102+228=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB66E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66E4 is #34991B. Grayscale: #929292. Windows color (decimal): -3447068 or 14968523. OLE color: 14968523.

HSL color Cylindrical-coordinate representation of color #CB66E4: hue angle of 288.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB66E4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 102 228 -
CMYK 0.11 0.55 0 0.11
HSL 288.1º 0.7% 0.65% -
HSV(B) 288.1º 0.55% 0.89% -
XYZ 43.38 27.8 76.48 -
YUV 146.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 203 102 228 0.11 0.55 0 0.11 288.1 0.7 0.65
Hex CB 66 E4 B 37 0 B 120 46 41
Octal 313 146 344 13 67 0 13 440 106 101
Binary 11001011 1100110 11100100 1011 110111 0 1011 100100000 1000110 1000001

Color Harmonies of #CB66E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66E4

Black with #CB66E4

Text Example


Text Example

White with #CB66E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66E4; }

 p { color: rgb(203,102,228); }

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

background-color css

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

 a { background-color: rgb(203,102,228); }

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

border-color css

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

 span { border-color: rgb(203,102,228); }

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