Html Css Color HEX #CB71DE Orchid

📋 copy color: '#CB71DE'

red 203 ◦ green 113 ◦ blue 222

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

Shades of Orchid #CB71DE

Tints of Orchid #CB71DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21%

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

R = 37.73%
G = 21%
B = 41.26%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB71DE (or 0xCB71DE) is known color: Orchid. HEX triplet: CB, 71 and DE. RGB value is (203,113,222). Sum of RGB (Red+Green+Blue) = 203+113+222=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71DE is #348E21. Grayscale: #979797. Windows color (decimal): -3444258 or 14578123. OLE color: 14578123.

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

Color convert

RGB 203 113 222 -
CMYK 0.09 0.49 0 0.13
HSL 289.54º 0.62% 0.66% -
HSV(B) 289.54º 0.49% 0.87% -
XYZ 43.72 29.78 72.55 -
YUV 152.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 203 113 222 0.09 0.49 0 0.13 289.54 0.62 0.66
Hex CB 71 DE 9 31 0 D 122 3E 42
Octal 313 161 336 11 61 0 15 442 76 102
Binary 11001011 1110001 11011110 1001 110001 0 1101 100100010 111110 1000010

Color Harmonies of #CB71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71DE

Black with #CB71DE

Text Example


Text Example

White with #CB71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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