Html Css Color HEX #CB66E0 Orchid

📋 copy color: '#CB66E0'

red 203 ◦ green 102 ◦ blue 224

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

Shades of Orchid #CB66E0

Tints of Orchid #CB66E0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.28%

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 38.37%
G = 19.28%
B = 42.34%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB66E0 (or 0xCB66E0) is known color: Orchid. HEX triplet: CB, 66 and E0. RGB value is (203,102,224). Sum of RGB (Red+Green+Blue) = 203+102+224=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB66E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66E0 is #34991F. Grayscale: #919191. Windows color (decimal): -3447072 or 14706379. OLE color: 14706379.

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

Color convert

RGB 203 102 224 -
CMYK 0.09 0.54 0 0.12
HSL 289.67º 0.66% 0.64% -
HSV(B) 289.67º 0.54% 0.88% -
XYZ 42.83 27.58 73.59 -
YUV 146.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 203 102 224 0.09 0.54 0 0.12 289.67 0.66 0.64
Hex CB 66 E0 9 36 0 C 122 42 40
Octal 313 146 340 11 66 0 14 442 102 100
Binary 11001011 1100110 11100000 1001 110110 0 1100 100100010 1000010 1000000

Color Harmonies of #CB66E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66E0

Black with #CB66E0

Text Example


Text Example

White with #CB66E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66E0; }

 p { color: rgb(203,102,224); }

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

background-color css

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

 a { background-color: rgb(203,102,224); }

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

border-color css

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

 span { border-color: rgb(203,102,224); }

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