Html Css Color HEX #CB69D6 Orchid

📋 copy color: '#CB69D6'

red 203 ◦ green 105 ◦ blue 214

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

Shades of Orchid #CB69D6

Tints of Orchid #CB69D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41%

R = 38.89%
G = 20.11%
B = 41%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB69D6 (or 0xCB69D6) is known color: Orchid. HEX triplet: CB, 69 and D6. RGB value is (203,105,214). Sum of RGB (Red+Green+Blue) = 203+105+214=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB69D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69D6 is #349629. Grayscale: #929292. Windows color (decimal): -3446314 or 14051787. OLE color: 14051787.

HSL color Cylindrical-coordinate representation of color #CB69D6: hue angle of 293.94º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB69D6 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 105 214 -
CMYK 0.05 0.51 0 0.16
HSL 293.94º 0.57% 0.63% -
HSV(B) 293.94º 0.51% 0.84% -
XYZ 41.82 27.65 66.75 -
YUV 146.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 203 105 214 0.05 0.51 0 0.16 293.94 0.57 0.63
Hex CB 69 D6 5 33 0 10 126 39 3F
Octal 313 151 326 5 63 0 20 446 71 77
Binary 11001011 1101001 11010110 101 110011 0 10000 100100110 111001 111111

Color Harmonies of #CB69D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69D6

Black with #CB69D6

Text Example


Text Example

White with #CB69D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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