Html Css Color HEX #CB68D5 Orchid

📋 copy color: '#CB68D5'

red 203 ◦ green 104 ◦ blue 213

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

Shades of Orchid #CB68D5

Tints of Orchid #CB68D5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20%

 BLUE value IS 213 (83.59% from 255) = 40.96%

R = 39.04%
G = 20%
B = 40.96%

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

#CB68D5 (or 0xCB68D5) is known color: Orchid. HEX triplet: CB, 68 and D5. RGB value is (203,104,213). Sum of RGB (Red+Green+Blue) = 203+104+213=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68D5 is #34972A. Grayscale: #919191. Windows color (decimal): -3446571 or 13985995. OLE color: 13985995.

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

Color convert

RGB 203 104 213 -
CMYK 0.05 0.51 0 0.16
HSL 294.5º 0.56% 0.62% -
HSV(B) 294.5º 0.51% 0.84% -
XYZ 41.59 27.4 66.05 -
YUV 146.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 203 104 213 0.05 0.51 0 0.16 294.5 0.56 0.62
Hex CB 68 D5 5 33 0 10 126 38 3E
Octal 313 150 325 5 63 0 20 446 70 76
Binary 11001011 1101000 11010101 101 110011 0 10000 100100110 111000 111110

Color Harmonies of #CB68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68D5

Black with #CB68D5

Text Example


Text Example

White with #CB68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68D5; }

 p { color: rgb(203,104,213); }

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

background-color css

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

 a { background-color: rgb(203,104,213); }

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

border-color css

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

 span { border-color: rgb(203,104,213); }

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