Html Css Color HEX #CB7AC6 Orchid

📋 copy color: '#CB7AC6'

red 203 ◦ green 122 ◦ blue 198

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

Shades of Orchid #CB7AC6

Tints of Orchid #CB7AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 38.81%
G = 23.33%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB7AC6 (or 0xCB7AC6) is known color: Orchid. HEX triplet: CB, 7A and C6. RGB value is (203,122,198). Sum of RGB (Red+Green+Blue) = 203+122+198=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC6 is #348539. Grayscale: #9A9A9A. Windows color (decimal): -3441978 or 13007563. OLE color: 13007563.

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

Color convert

RGB 203 122 198 -
CMYK 0 0.40 0.02 0.20
HSL 303.7º 0.44% 0.64% -
HSV(B) 303.7º 0.4% 0.8% -
XYZ 41.78 30.69 57.15 -
YUV 154.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 203 122 198 0 0.40 0.02 0.20 303.7 0.44 0.64
Hex CB 7A C6 0 28 2 14 130 2C 40
Octal 313 172 306 0 50 2 24 460 54 100
Binary 11001011 1111010 11000110 0 101000 10 10100 100110000 101100 1000000

Color Harmonies of #CB7AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AC6

Black with #CB7AC6

Text Example


Text Example

White with #CB7AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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