Html Css Color HEX #CB7AC3 Orchid

📋 copy color: '#CB7AC3'

red 203 ◦ green 122 ◦ blue 195

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

Shades of Orchid #CB7AC3

Tints of Orchid #CB7AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 39.04%
G = 23.46%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB7AC3 (or 0xCB7AC3) is known color: Orchid. HEX triplet: CB, 7A and C3. RGB value is (203,122,195). Sum of RGB (Red+Green+Blue) = 203+122+195=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC3 is #34853C. Grayscale: #9A9A9A. Windows color (decimal): -3441981 or 12810955. OLE color: 12810955.

HSL color Cylindrical-coordinate representation of color #CB7AC3: hue angle of 305.93º 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 #CB7AC3 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 195 -
CMYK 0 0.40 0.04 0.20
HSL 305.93º 0.44% 0.64% -
HSV(B) 305.93º 0.4% 0.8% -
XYZ 41.44 30.56 55.34 -
YUV 154.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 203 122 195 0 0.40 0.04 0.20 305.93 0.44 0.64
Hex CB 7A C3 0 28 4 14 132 2C 40
Octal 313 172 303 0 50 4 24 462 54 100
Binary 11001011 1111010 11000011 0 101000 100 10100 100110010 101100 1000000

Color Harmonies of #CB7AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AC3

Black with #CB7AC3

Text Example


Text Example

White with #CB7AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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