Html Css Color HEX #CB7AD6 Orchid

📋 copy color: '#CB7AD6'

red 203 ◦ green 122 ◦ blue 214

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

Shades of Orchid #CB7AD6

Tints of Orchid #CB7AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 37.66%
G = 22.63%
B = 39.7%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB7AD6 (or 0xCB7AD6) is known color: Orchid. HEX triplet: CB, 7A and D6. RGB value is (203,122,214). Sum of RGB (Red+Green+Blue) = 203+122+214=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AD6 is #348529. Grayscale: #9C9C9C. Windows color (decimal): -3441962 or 14056139. OLE color: 14056139.

HSL color Cylindrical-coordinate representation of color #CB7AD6: hue angle of 292.83º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7AD6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 122 214 -
CMYK 0.05 0.43 0 0.16
HSL 292.83º 0.53% 0.66% -
HSV(B) 292.83º 0.43% 0.84% -
XYZ 43.73 31.47 67.39 -
YUV 156.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 203 122 214 0.05 0.43 0 0.16 292.83 0.53 0.66
Hex CB 7A D6 5 2B 0 10 125 35 42
Octal 313 172 326 5 53 0 20 445 65 102
Binary 11001011 1111010 11010110 101 101011 0 10000 100100101 110101 1000010

Color Harmonies of #CB7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AD6

Black with #CB7AD6

Text Example


Text Example

White with #CB7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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