Html Css Color HEX #CF67CE Orchid

📋 copy color: '#CF67CE'

red 207 ◦ green 103 ◦ blue 206

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

Shades of Orchid #CF67CE

Tints of Orchid #CF67CE

RGB

 RED value IS 207 (81.25% from 255) = 40.12%

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

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

R = 40.12%
G = 19.96%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF67CE (or 0xCF67CE) is known color: Orchid. HEX triplet: CF, 67 and CE. RGB value is (207,103,206). Sum of RGB (Red+Green+Blue) = 207+103+206=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67CE is #309831. Grayscale: #919191. Windows color (decimal): -3184690 or 13526991. OLE color: 13526991.

HSL color Cylindrical-coordinate representation of color #CF67CE: hue angle of 300.58º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF67CE is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 206 -
CMYK 0 0.50 0.00 0.19
HSL 300.58º 0.52% 0.61% -
HSV(B) 300.58º 0.5% 0.81% -
XYZ 41.72 27.42 61.49 -
YUV 145.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 207 103 206 0 0.50 0.00 0.19 300.58 0.52 0.61
Hex CF 67 CE 0 32 0 13 12D 34 3D
Octal 317 147 316 0 62 0 23 455 64 75
Binary 11001111 1100111 11001110 0 110010 0 10011 100101101 110100 111101

Color Harmonies of #CF67CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF67CE

Black with #CF67CE

Text Example


Text Example

White with #CF67CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF67CE; }

 p { color: rgb(207,103,206); }

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

background-color css

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

 a { background-color: rgb(207,103,206); }

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

border-color css

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

 span { border-color: rgb(207,103,206); }

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