Html Css Color HEX #CB7AC1 Orchid

📋 copy color: '#CB7AC1'

red 203 ◦ green 122 ◦ blue 193

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

Shades of Orchid #CB7AC1

Tints of Orchid #CB7AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 39.19%
G = 23.55%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB7AC1 (or 0xCB7AC1) is known color: Orchid. HEX triplet: CB, 7A and C1. RGB value is (203,122,193). Sum of RGB (Red+Green+Blue) = 203+122+193=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC1 is #34853E. Grayscale: #9A9A9A. Windows color (decimal): -3441983 or 12679883. OLE color: 12679883.

HSL color Cylindrical-coordinate representation of color #CB7AC1: hue angle of 307.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AC1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 193 -
CMYK 0 0.40 0.05 0.20
HSL 307.41º 0.44% 0.64% -
HSV(B) 307.41º 0.4% 0.8% -
XYZ 41.21 30.47 54.16 -
YUV 154.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 203 122 193 0 0.40 0.05 0.20 307.41 0.44 0.64
Hex CB 7A C1 0 28 5 14 133 2C 40
Octal 313 172 301 0 50 5 24 463 54 100
Binary 11001011 1111010 11000001 0 101000 101 10100 100110011 101100 1000000

Color Harmonies of #CB7AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AC1

Black with #CB7AC1

Text Example


Text Example

White with #CB7AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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