Html Css Color HEX #CB67E0 Orchid

📋 copy color: '#CB67E0'

red 203 ◦ green 103 ◦ blue 224

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

Shades of Orchid #CB67E0

Tints of Orchid #CB67E0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.43%

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

R = 38.3%
G = 19.43%
B = 42.26%

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

#CB67E0 (or 0xCB67E0) is known color: Orchid. HEX triplet: CB, 67 and E0. RGB value is (203,103,224). Sum of RGB (Red+Green+Blue) = 203+103+224=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB67E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67E0 is #34981F. Grayscale: #929292. Windows color (decimal): -3446816 or 14706635. OLE color: 14706635.

HSL color Cylindrical-coordinate representation of color #CB67E0: hue angle of 289.59º 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 #CB67E0 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 103 224 -
CMYK 0.09 0.54 0 0.12
HSL 289.59º 0.66% 0.64% -
HSV(B) 289.59º 0.54% 0.88% -
XYZ 42.93 27.78 73.62 -
YUV 146.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 203 103 224 0.09 0.54 0 0.12 289.59 0.66 0.64
Hex CB 67 E0 9 36 0 C 122 42 40
Octal 313 147 340 11 66 0 14 442 102 100
Binary 11001011 1100111 11100000 1001 110110 0 1100 100100010 1000010 1000000

Color Harmonies of #CB67E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB67E0

Black with #CB67E0

Text Example


Text Example

White with #CB67E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB67E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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