Html Css Color HEX #CB7ED6 Orchid

📋 copy color: '#CB7ED6'

red 203 ◦ green 126 ◦ blue 214

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

Shades of Orchid #CB7ED6

Tints of Orchid #CB7ED6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.2%

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

R = 37.38%
G = 23.2%
B = 39.41%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB7ED6 (or 0xCB7ED6) is known color: Orchid. HEX triplet: CB, 7E and D6. RGB value is (203,126,214). Sum of RGB (Red+Green+Blue) = 203+126+214=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ED6 is #348129. Grayscale: #9E9E9E. Windows color (decimal): -3440938 or 14057163. OLE color: 14057163.

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

Color convert

RGB 203 126 214 -
CMYK 0.05 0.41 0 0.16
HSL 292.5º 0.52% 0.67% -
HSV(B) 292.5º 0.41% 0.84% -
XYZ 44.23 32.47 67.56 -
YUV 159.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 203 126 214 0.05 0.41 0 0.16 292.5 0.52 0.67
Hex CB 7E D6 5 29 0 10 124 34 43
Octal 313 176 326 5 51 0 20 444 64 103
Binary 11001011 1111110 11010110 101 101001 0 10000 100100100 110100 1000011

Color Harmonies of #CB7ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ED6

Black with #CB7ED6

Text Example


Text Example

White with #CB7ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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