Html Css Color HEX #CB7BDF Orchid

📋 copy color: '#CB7BDF'

red 203 ◦ green 123 ◦ blue 223

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

Shades of Orchid #CB7BDF

Tints of Orchid #CB7BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.4%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 36.98%
G = 22.4%
B = 40.62%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB7BDF (or 0xCB7BDF) is known color: Orchid. HEX triplet: CB, 7B and DF. RGB value is (203,123,223). Sum of RGB (Red+Green+Blue) = 203+123+223=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BDF is #348420. Grayscale: #9E9E9E. Windows color (decimal): -3441697 or 14646219. OLE color: 14646219.

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

Color convert

RGB 203 123 223 -
CMYK 0.09 0.45 0 0.13
HSL 288º 0.61% 0.68% -
HSV(B) 288º 0.45% 0.87% -
XYZ 45.03 32.19 73.65 -
YUV 158.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 203 123 223 0.09 0.45 0 0.13 288 0.61 0.68
Hex CB 7B DF 9 2D 0 D 120 3D 44
Octal 313 173 337 11 55 0 15 440 75 104
Binary 11001011 1111011 11011111 1001 101101 0 1101 100100000 111101 1000100

Color Harmonies of #CB7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7BDF

Black with #CB7BDF

Text Example


Text Example

White with #CB7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7BDF; }

 p { color: rgb(203,123,223); }

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

background-color css

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

 a { background-color: rgb(203,123,223); }

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

border-color css

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

 span { border-color: rgb(203,123,223); }

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