Html Css Color HEX #CB6ED0 Orchid

📋 copy color: '#CB6ED0'

red 203 ◦ green 110 ◦ blue 208

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

Shades of Orchid #CB6ED0

Tints of Orchid #CB6ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 38.96%
G = 21.11%
B = 39.92%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB6ED0 (or 0xCB6ED0) is known color: Orchid. HEX triplet: CB, 6E and D0. RGB value is (203,110,208). Sum of RGB (Red+Green+Blue) = 203+110+208=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ED0 is #34912F. Grayscale: #949494. Windows color (decimal): -3445040 or 13659851. OLE color: 13659851.

HSL color Cylindrical-coordinate representation of color #CB6ED0: hue angle of 296.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6ED0 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 110 208 -
CMYK 0.02 0.47 0 0.18
HSL 296.94º 0.51% 0.62% -
HSV(B) 296.94º 0.47% 0.82% -
XYZ 41.59 28.4 62.96 -
YUV 148.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 203 110 208 0.02 0.47 0 0.18 296.94 0.51 0.62
Hex CB 6E D0 2 2F 0 12 129 33 3E
Octal 313 156 320 2 57 0 22 451 63 76
Binary 11001011 1101110 11010000 10 101111 0 10010 100101001 110011 111110

Color Harmonies of #CB6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6ED0

Black with #CB6ED0

Text Example


Text Example

White with #CB6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6ED0; }

 p { color: rgb(203,110,208); }

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

background-color css

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

 a { background-color: rgb(203,110,208); }

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

border-color css

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

 span { border-color: rgb(203,110,208); }

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