Html Css Color HEX #CB7DBF Orchid

📋 copy color: '#CB7DBF'

red 203 ◦ green 125 ◦ blue 191

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

Shades of Orchid #CB7DBF

Tints of Orchid #CB7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

 BLUE value IS 191 (75% from 255) = 36.8%

R = 39.11%
G = 24.08%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB7DBF (or 0xCB7DBF) is known color: Orchid. HEX triplet: CB, 7D and BF. RGB value is (203,125,191). Sum of RGB (Red+Green+Blue) = 203+125+191=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DBF is #348240. Grayscale: #9B9B9B. Windows color (decimal): -3441217 or 12549579. OLE color: 12549579.

HSL color Cylindrical-coordinate representation of color #CB7DBF: hue angle of 309.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DBF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 125 191 -
CMYK 0 0.38 0.06 0.20
HSL 309.23º 0.43% 0.64% -
HSV(B) 309.23º 0.38% 0.8% -
XYZ 41.37 31.13 53.12 -
YUV 155.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 203 125 191 0 0.38 0.06 0.20 309.23 0.43 0.64
Hex CB 7D BF 0 26 6 14 135 2B 40
Octal 313 175 277 0 46 6 24 465 53 100
Binary 11001011 1111101 10111111 0 100110 110 10100 100110101 101011 1000000

Color Harmonies of #CB7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DBF

Black with #CB7DBF

Text Example


Text Example

White with #CB7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DBF; }

 p { color: rgb(203,125,191); }

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

background-color css

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

 a { background-color: rgb(203,125,191); }

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

border-color css

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

 span { border-color: rgb(203,125,191); }

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