Html Css Color HEX #CB78E5 Orchid

📋 copy color: '#CB78E5'

red 203 ◦ green 120 ◦ blue 229

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

Shades of Orchid #CB78E5

Tints of Orchid #CB78E5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.74%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 36.78%
G = 21.74%
B = 41.49%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB78E5 (or 0xCB78E5) is known color: Orchid. HEX triplet: CB, 78 and E5. RGB value is (203,120,229). Sum of RGB (Red+Green+Blue) = 203+120+229=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78E5 is #34871A. Grayscale: #9C9C9C. Windows color (decimal): -3442459 or 15038667. OLE color: 15038667.

HSL color Cylindrical-coordinate representation of color #CB78E5: hue angle of 285.69º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB78E5 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 120 229 -
CMYK 0.11 0.48 0 0.10
HSL 285.69º 0.68% 0.68% -
HSV(B) 285.69º 0.48% 0.9% -
XYZ 45.49 31.79 77.87 -
YUV 157.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 203 120 229 0.11 0.48 0 0.10 285.69 0.68 0.68
Hex CB 78 E5 B 30 0 A 11E 44 44
Octal 313 170 345 13 60 0 12 436 104 104
Binary 11001011 1111000 11100101 1011 110000 0 1010 100011110 1000100 1000100

Color Harmonies of #CB78E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78E5

Black with #CB78E5

Text Example


Text Example

White with #CB78E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78E5; }

 p { color: rgb(203,120,229); }

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

background-color css

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

 a { background-color: rgb(203,120,229); }

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

border-color css

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

 span { border-color: rgb(203,120,229); }

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