Html Css Color HEX #CB7AE5 Orchid

📋 copy color: '#CB7AE5'

red 203 ◦ green 122 ◦ blue 229

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

Shades of Orchid #CB7AE5

Tints of Orchid #CB7AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.02%

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

R = 36.64%
G = 22.02%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB7AE5 (or 0xCB7AE5) is known color: Orchid. HEX triplet: CB, 7A and E5. RGB value is (203,122,229). Sum of RGB (Red+Green+Blue) = 203+122+229=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB7AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AE5 is #34851A. Grayscale: #9E9E9E. Windows color (decimal): -3441947 or 15039179. OLE color: 15039179.

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

Color convert

RGB 203 122 229 -
CMYK 0.11 0.47 0 0.10
HSL 285.42º 0.67% 0.69% -
HSV(B) 285.42º 0.47% 0.9% -
XYZ 45.73 32.27 77.95 -
YUV 158.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 203 122 229 0.11 0.47 0 0.10 285.42 0.67 0.69
Hex CB 7A E5 B 2F 0 A 11D 43 45
Octal 313 172 345 13 57 0 12 435 103 105
Binary 11001011 1111010 11100101 1011 101111 0 1010 100011101 1000011 1000101

Color Harmonies of #CB7AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AE5

Black with #CB7AE5

Text Example


Text Example

White with #CB7AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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