Html Css Color HEX #CB7DDE Orchid

📋 copy color: '#CB7DDE'

red 203 ◦ green 125 ◦ blue 222

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

Shades of Orchid #CB7DDE

Tints of Orchid #CB7DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 36.91%
G = 22.73%
B = 40.36%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB7DDE (or 0xCB7DDE) is known color: Orchid. HEX triplet: CB, 7D and DE. RGB value is (203,125,222). Sum of RGB (Red+Green+Blue) = 203+125+222=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDE is #348221. Grayscale: #9F9F9F. Windows color (decimal): -3441186 or 14581195. OLE color: 14581195.

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

Color convert

RGB 203 125 222 -
CMYK 0.09 0.44 0 0.13
HSL 288.25º 0.6% 0.68% -
HSV(B) 288.25º 0.44% 0.87% -
XYZ 45.15 32.64 73.03 -
YUV 159.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 203 125 222 0.09 0.44 0 0.13 288.25 0.6 0.68
Hex CB 7D DE 9 2C 0 D 120 3C 44
Octal 313 175 336 11 54 0 15 440 74 104
Binary 11001011 1111101 11011110 1001 101100 0 1101 100100000 111100 1000100

Color Harmonies of #CB7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DDE

Black with #CB7DDE

Text Example


Text Example

White with #CB7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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