Html Css Color HEX #CB69E4 Orchid

📋 copy color: '#CB69E4'

red 203 ◦ green 105 ◦ blue 228

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

Shades of Orchid #CB69E4

Tints of Orchid #CB69E4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.59%

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 37.87%
G = 19.59%
B = 42.54%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB69E4 (or 0xCB69E4) is known color: Orchid. HEX triplet: CB, 69 and E4. RGB value is (203,105,228). Sum of RGB (Red+Green+Blue) = 203+105+228=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB69E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69E4 is #34961B. Grayscale: #939393. Windows color (decimal): -3446300 or 14969291. OLE color: 14969291.

HSL color Cylindrical-coordinate representation of color #CB69E4: hue angle of 287.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB69E4 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 105 228 -
CMYK 0.11 0.54 0 0.11
HSL 287.8º 0.69% 0.65% -
HSV(B) 287.8º 0.54% 0.89% -
XYZ 43.68 28.4 76.58 -
YUV 148.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 203 105 228 0.11 0.54 0 0.11 287.8 0.69 0.65
Hex CB 69 E4 B 36 0 B 120 45 41
Octal 313 151 344 13 66 0 13 440 105 101
Binary 11001011 1101001 11100100 1011 110110 0 1011 100100000 1000101 1000001

Color Harmonies of #CB69E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69E4

Black with #CB69E4

Text Example


Text Example

White with #CB69E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69E4; }

 p { color: rgb(203,105,228); }

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

background-color css

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

 a { background-color: rgb(203,105,228); }

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

border-color css

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

 span { border-color: rgb(203,105,228); }

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