Html Css Color HEX #CB7ADC Orchid

📋 copy color: '#CB7ADC'

red 203 ◦ green 122 ◦ blue 220

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

Shades of Orchid #CB7ADC

Tints of Orchid #CB7ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 37.25%
G = 22.39%
B = 40.37%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB7ADC (or 0xCB7ADC) is known color: Orchid. HEX triplet: CB, 7A and DC. RGB value is (203,122,220). Sum of RGB (Red+Green+Blue) = 203+122+220=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ADC is #348523. Grayscale: #9D9D9D. Windows color (decimal): -3441956 or 14449355. OLE color: 14449355.

HSL color Cylindrical-coordinate representation of color #CB7ADC: hue angle of 289.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7ADC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 122 220 -
CMYK 0.08 0.45 0 0.14
HSL 289.59º 0.58% 0.67% -
HSV(B) 289.59º 0.45% 0.86% -
XYZ 44.51 31.78 71.5 -
YUV 157.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 203 122 220 0.08 0.45 0 0.14 289.59 0.58 0.67
Hex CB 7A DC 8 2D 0 E 122 3A 43
Octal 313 172 334 10 55 0 16 442 72 103
Binary 11001011 1111010 11011100 1000 101101 0 1110 100100010 111010 1000011

Color Harmonies of #CB7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ADC

Black with #CB7ADC

Text Example


Text Example

White with #CB7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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