Html Css Color HEX #CB69CE Orchid

📋 copy color: '#CB69CE'

red 203 ◦ green 105 ◦ blue 206

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

Shades of Orchid #CB69CE

Tints of Orchid #CB69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 39.49%
G = 20.43%
B = 40.08%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB69CE (or 0xCB69CE) is known color: Orchid. HEX triplet: CB, 69 and CE. RGB value is (203,105,206). Sum of RGB (Red+Green+Blue) = 203+105+206=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69CE is #349631. Grayscale: #919191. Windows color (decimal): -3446322 or 13527499. OLE color: 13527499.

HSL color Cylindrical-coordinate representation of color #CB69CE: hue angle of 298.22º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB69CE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 105 206 -
CMYK 0.01 0.49 0 0.19
HSL 298.22º 0.51% 0.61% -
HSV(B) 298.22º 0.49% 0.81% -
XYZ 40.82 27.26 61.5 -
YUV 145.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 203 105 206 0.01 0.49 0 0.19 298.22 0.51 0.61
Hex CB 69 CE 1 31 0 13 12A 33 3D
Octal 313 151 316 1 61 0 23 452 63 75
Binary 11001011 1101001 11001110 1 110001 0 10011 100101010 110011 111101

Color Harmonies of #CB69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69CE

Black with #CB69CE

Text Example


Text Example

White with #CB69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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