Html Css Color HEX #CB7EDA Orchid

📋 copy color: '#CB7EDA'

red 203 ◦ green 126 ◦ blue 218

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

Shades of Orchid #CB7EDA

Tints of Orchid #CB7EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.03%

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 37.11%
G = 23.03%
B = 39.85%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB7EDA (or 0xCB7EDA) is known color: Orchid. HEX triplet: CB, 7E and DA. RGB value is (203,126,218). Sum of RGB (Red+Green+Blue) = 203+126+218=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EDA is #348125. Grayscale: #9F9F9F. Windows color (decimal): -3440934 or 14319307. OLE color: 14319307.

HSL color Cylindrical-coordinate representation of color #CB7EDA: hue angle of 290.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7EDA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 126 218 -
CMYK 0.07 0.42 0 0.15
HSL 290.22º 0.55% 0.67% -
HSV(B) 290.22º 0.42% 0.85% -
XYZ 44.74 32.68 70.28 -
YUV 159.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 203 126 218 0.07 0.42 0 0.15 290.22 0.55 0.67
Hex CB 7E DA 7 2A 0 F 122 37 43
Octal 313 176 332 7 52 0 17 442 67 103
Binary 11001011 1111110 11011010 111 101010 0 1111 100100010 110111 1000011

Color Harmonies of #CB7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EDA

Black with #CB7EDA

Text Example


Text Example

White with #CB7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EDA; }

 p { color: rgb(203,126,218); }

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

background-color css

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

 a { background-color: rgb(203,126,218); }

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

border-color css

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

 span { border-color: rgb(203,126,218); }

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