Html Css Color HEX #CB7FDD Orchid

📋 copy color: '#CB7FDD'

red 203 ◦ green 127 ◦ blue 221

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

Shades of Orchid #CB7FDD

Tints of Orchid #CB7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.05%

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 36.84%
G = 23.05%
B = 40.11%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB7FDD (or 0xCB7FDD) is known color: Orchid. HEX triplet: CB, 7F and DD. RGB value is (203,127,221). Sum of RGB (Red+Green+Blue) = 203+127+221=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FDD is #348022. Grayscale: #A0A0A0. Windows color (decimal): -3440675 or 14516171. OLE color: 14516171.

HSL color Cylindrical-coordinate representation of color #CB7FDD: hue angle of 288.51º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7FDD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 127 221 -
CMYK 0.08 0.43 0 0.13
HSL 288.51º 0.58% 0.68% -
HSV(B) 288.51º 0.43% 0.87% -
XYZ 45.27 33.1 72.41 -
YUV 160.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 203 127 221 0.08 0.43 0 0.13 288.51 0.58 0.68
Hex CB 7F DD 8 2B 0 D 121 3A 44
Octal 313 177 335 10 53 0 15 441 72 104
Binary 11001011 1111111 11011101 1000 101011 0 1101 100100001 111010 1000100

Color Harmonies of #CB7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FDD

Black with #CB7FDD

Text Example


Text Example

White with #CB7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FDD; }

 p { color: rgb(203,127,221); }

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

background-color css

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

 a { background-color: rgb(203,127,221); }

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

border-color css

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

 span { border-color: rgb(203,127,221); }

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