Html Css Color HEX #CB6ACE Orchid

📋 copy color: '#CB6ACE'

red 203 ◦ green 106 ◦ blue 206

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

Shades of Orchid #CB6ACE

Tints of Orchid #CB6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 206 (80.86% from 255) = 40%

R = 39.42%
G = 20.58%
B = 40%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB6ACE (or 0xCB6ACE) is known color: Orchid. HEX triplet: CB, 6A and CE. RGB value is (203,106,206). Sum of RGB (Red+Green+Blue) = 203+106+206=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ACE is #349531. Grayscale: #929292. Windows color (decimal): -3446066 or 13527755. OLE color: 13527755.

HSL color Cylindrical-coordinate representation of color #CB6ACE: hue angle of 298.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6ACE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 106 206 -
CMYK 0.01 0.49 0 0.19
HSL 298.2º 0.51% 0.61% -
HSV(B) 298.2º 0.49% 0.81% -
XYZ 40.92 27.46 61.54 -
YUV 146.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 203 106 206 0.01 0.49 0 0.19 298.2 0.51 0.61
Hex CB 6A CE 1 31 0 13 12A 33 3D
Octal 313 152 316 1 61 0 23 452 63 75
Binary 11001011 1101010 11001110 1 110001 0 10011 100101010 110011 111101

Color Harmonies of #CB6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6ACE

Black with #CB6ACE

Text Example


Text Example

White with #CB6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6ACE; }

 p { color: rgb(203,106,206); }

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

background-color css

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

 a { background-color: rgb(203,106,206); }

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

border-color css

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

 span { border-color: rgb(203,106,206); }

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