Html Css Color HEX #CB69E7 Orchid

📋 copy color: '#CB69E7'

red 203 ◦ green 105 ◦ blue 231

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

Shades of Orchid #CB69E7

Tints of Orchid #CB69E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 37.66%
G = 19.48%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB69E7 (or 0xCB69E7) is known color: Orchid. HEX triplet: CB, 69 and E7. RGB value is (203,105,231). Sum of RGB (Red+Green+Blue) = 203+105+231=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB69E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69E7 is #349618. Grayscale: #949494. Windows color (decimal): -3446297 or 15165899. OLE color: 15165899.

HSL color Cylindrical-coordinate representation of color #CB69E7: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB69E7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 105 231 -
CMYK 0.12 0.55 0 0.09
HSL 286.67º 0.72% 0.66% -
HSV(B) 286.67º 0.55% 0.91% -
XYZ 44.1 28.57 78.79 -
YUV 148.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 203 105 231 0.12 0.55 0 0.09 286.67 0.72 0.66
Hex CB 69 E7 C 37 0 9 11F 48 42
Octal 313 151 347 14 67 0 11 437 110 102
Binary 11001011 1101001 11100111 1100 110111 0 1001 100011111 1001000 1000010

Color Harmonies of #CB69E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69E7

Black with #CB69E7

Text Example


Text Example

White with #CB69E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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